#9ADE5C

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

Shades of Conifer #9ADE5C

Tints of Conifer #9ADE5C

Color information

#9ADE5C (or 0x9ADE5C) is unknown color: approx Conifer. HEX triplet: 9A, DE and 5C. RGB value is (154,222,92). Sum of RGB (Red+Green+Blue) = 154+222+92=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADE5C is #6521A3. Grayscale: #BBBBBB. Windows color (decimal): -6627748 or 6086298. OLE color: 6086298.

HSL color Cylindrical-coordinate representation of color #9ADE5C: hue angle of 91.38º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9ADE5C is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB15422292-
CMYK0.3100.590.13
HSL91.38º66.33%61.57%-
HSV(B)91.38º58.56%87.06%-
XYZ41.3859.8919.5-
YUV186.8574.47104.57-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.91%
GREEN value IS 222 (87.11% from 255) = 47.44%
BLUE value IS 92 (36.33% from 255) = 19.66%
R=32.91%
G=47.44%
B=19.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal154222920.3100.590.1391.3866.3361.57
Hex9ADE5C1F03BD5b423e
Octal232336134370731513310276
Binary10011010110111101011100111110111011110110110111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,222,92); }

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

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

 a { background-color: rgb(154,222,92); }

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

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

 span { border-color: rgb(154,222,92); }

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