#9ADA64

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

Shades of Conifer #9ADA64

Tints of Conifer #9ADA64

Color information

#9ADA64 (or 0x9ADA64) is unknown color: approx Conifer. HEX triplet: 9A, DA and 64. RGB value is (154,218,100). Sum of RGB (Red+Green+Blue) = 154+218+100=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADA64 is #65259B. Grayscale: #B9B9B9. Windows color (decimal): -6628764 or 6609562. OLE color: 6609562.

HSL color Cylindrical-coordinate representation of color #9ADA64: hue angle of 92.54º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9ADA64 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB154218100-
CMYK0.2900.540.15
HSL92.54º61.46%62.35%-
HSV(B)92.54º54.13%85.49%-
XYZ40.757.9321.09-
YUV185.4179.8105.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.63%
GREEN value IS 218 (85.55% from 255) = 46.19%
BLUE value IS 100 (39.45% from 255) = 21.19%
R=32.63%
G=46.19%
B=21.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542181000.2900.540.1592.5461.4662.35
Hex9ADA641D036F5d3d3e
Octal23233214435066171357576
Binary1001101011011010110010011101011011011111011101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,218,100); }

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

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

 a { background-color: rgb(154,218,100); }

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

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

 span { border-color: rgb(154,218,100); }

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