#ADDE5C

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

Shades of Conifer #ADDE5C

Tints of Conifer #ADDE5C

Color information

#ADDE5C (or 0xADDE5C) is unknown color: approx Conifer. HEX triplet: AD, DE and 5C. RGB value is (173,222,92). Sum of RGB (Red+Green+Blue) = 173+222+92=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDE5C is #5221A3. Grayscale: #C1C1C1. Windows color (decimal): -5382564 or 6086317. OLE color: 6086317.

HSL color Cylindrical-coordinate representation of color #ADDE5C: hue angle of 82.62º 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 #ADDE5C is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB17322292-
CMYK0.2200.590.13
HSL82.62º66.33%61.57%-
HSV(B)82.62º58.56%87.06%-
XYZ45.2961.919.69-
YUV192.5371.27114.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 222 (87.11% from 255) = 45.59%
BLUE value IS 92 (36.33% from 255) = 18.89%
R=35.52%
G=45.59%
B=18.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal173222920.2200.590.1382.6266.3361.57
HexADDE5C1603BD53423e
Octal255336134260731512310276
Binary10101101110111101011100101100111011110110100111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDE5C; }

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

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

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

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

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

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

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

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