#9ADB55

Color #9ADB55 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #9ADB55

Tints of Conifer #9ADB55

Color information

#9ADB55 (or 0x9ADB55) is unknown color: approx Conifer. HEX triplet: 9A, DB and 55. RGB value is (154,219,85). Sum of RGB (Red+Green+Blue) = 154+219+85=458 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.62% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADB55 is #6524AA. Grayscale: #B8B8B8. Windows color (decimal): -6628523 or 5626778. OLE color: 5626778.

HSL color Cylindrical-coordinate representation of color #9ADB55: hue angle of 89.1º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9ADB55 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB15421985-
CMYK0.3000.610.14
HSL89.1º65.05%59.61%-
HSV(B)89.1º61.19%85.88%-
XYZ40.358.1917.7-
YUV184.2971.97106.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 33.62%
GREEN value IS 219 (85.94% from 255) = 47.82%
BLUE value IS 85 (33.59% from 255) = 18.56%
R=33.62%
G=47.82%
B=18.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal154219850.3000.610.1489.165.0559.61
Hex9ADB551E03DE59413c
Octal232333125360751613110174
Binary10011010110110111010101111100111101111010110011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ADB55; }

 p { color: rgb(154,219,85); }

 H1.HeaderClassName
 {
   color: #9ADB55;
 }
 .AnyTagClassName
 {
   color: #9ADB55;
 }
</style>
background-color css

<style>
 a { background-color: #9ADB55; }

 a { background-color: rgb(154,219,85); }

 div.DivClassName
 {
   background-color: #9ADB55;
 }
 .BgClassName
 {
   background-color: #9ADB55;
 }
</style>
border-color css

<style>
 span { border-color: #9ADB55; }

 span { border-color: rgb(154,219,85); }

 td.TdClassName
 {
   border-color: #9ADB55;
 }
 .TagClassName
 {
   border-color: #9ADB55;
 }
</style>