#AFDE69

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

Shades of Conifer #AFDE69

Tints of Conifer #AFDE69

Color information

#AFDE69 (or 0xAFDE69) is unknown color: approx Conifer. HEX triplet: AF, DE and 69. RGB value is (175,222,105). Sum of RGB (Red+Green+Blue) = 175+222+105=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 105 (41.41% from 255 or 20.92% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDE69 is #502196. Grayscale: #C3C3C3. Windows color (decimal): -5251479 or 6938287. OLE color: 6938287.

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

Color convert

RGB175222105-
CMYK0.2100.530.13
HSL84.1º63.93%64.12%-
HSV(B)84.1º52.7%87.06%-
XYZ46.3562.3822.96-
YUV194.6177.43114.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 222 (87.11% from 255) = 44.22%
BLUE value IS 105 (41.41% from 255) = 20.92%
R=34.86%
G=44.22%
B=20.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752221050.2100.530.1384.163.9364.12
HexAFDE6915035D544040
Octal2573361512506515124100100
Binary101011111101111011010011010101101011101101010010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDE69; }

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

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

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

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

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

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

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

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