#AFDE6D

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

Shades of Conifer #AFDE6D

Tints of Conifer #AFDE6D

Color information

#AFDE6D (or 0xAFDE6D) is unknown color: approx Conifer. HEX triplet: AF, DE and 6D. RGB value is (175,222,109). Sum of RGB (Red+Green+Blue) = 175+222+109=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDE6D is #502192. Grayscale: #C3C3C3. Windows color (decimal): -5251475 or 7200431. OLE color: 7200431.

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

Color convert

RGB175222109-
CMYK0.2100.510.13
HSL84.96º63.13%64.9%-
HSV(B)84.96º50.9%87.06%-
XYZ46.5662.4624.07-
YUV195.0679.43113.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 222 (87.11% from 255) = 43.87%
BLUE value IS 109 (42.97% from 255) = 21.54%
R=34.58%
G=43.87%
B=21.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752221090.2100.510.1384.9663.1364.9
HexAFDE6D15033D553f41
Octal257336155250631512577101
Binary10101111110111101101101101010110011110110101011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDE6D; }

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

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

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

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

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

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

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

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