#AFDE5E

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

Shades of Conifer #AFDE5E

Tints of Conifer #AFDE5E

Color information

#AFDE5E (or 0xAFDE5E) is unknown color: approx Conifer. HEX triplet: AF, DE and 5E. RGB value is (175,222,94). Sum of RGB (Red+Green+Blue) = 175+222+94=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 94 (37.11% from 255 or 19.14% from 491); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDE5E is #5021A1. Grayscale: #C1C1C1. Windows color (decimal): -5251490 or 6217391. OLE color: 6217391.

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

Color convert

RGB17522294-
CMYK0.2100.580.13
HSL82.03º65.98%61.96%-
HSV(B)82.03º57.66%87.06%-
XYZ45.8262.1620.17-
YUV193.3671.93114.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 222 (87.11% from 255) = 45.21%
BLUE value IS 94 (37.11% from 255) = 19.14%
R=35.64%
G=45.21%
B=19.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal175222940.2100.580.1382.0365.9861.96
HexAFDE5E1503AD52423e
Octal257336136250721512210276
Binary10101111110111101011110101010111010110110100101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDE5E; }

 p { color: rgb(175,222,94); }

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

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

 a { background-color: rgb(175,222,94); }

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

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

 span { border-color: rgb(175,222,94); }

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