#AFD96F

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

Shades of Conifer #AFD96F

Tints of Conifer #AFD96F

Color information

#AFD96F (or 0xAFD96F) is unknown color: approx Conifer. HEX triplet: AF, D9 and 6F. RGB value is (175,217,111). Sum of RGB (Red+Green+Blue) = 175+217+111=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 111 (43.75% from 255 or 22.07% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD96F is #502690. Grayscale: #C0C0C0. Windows color (decimal): -5252753 or 7330223. OLE color: 7330223.

HSL color Cylindrical-coordinate representation of color #AFD96F: hue angle of 83.77º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFD96F is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB175217111-
CMYK0.1900.490.15
HSL83.77º58.24%64.31%-
HSV(B)83.77º48.85%85.1%-
XYZ45.3659.8924.21-
YUV192.3682.09115.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.79%
GREEN value IS 217 (85.16% from 255) = 43.14%
BLUE value IS 111 (43.75% from 255) = 22.07%
R=34.79%
G=43.14%
B=22.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752171110.1900.490.1583.7758.2464.31
HexAFD96F13031F543a40
Octal257331157230611712472100
Binary10101111110110011101111100110110001111110101001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD96F; }

 p { color: rgb(175,217,111); }

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

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

 a { background-color: rgb(175,217,111); }

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

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

 span { border-color: rgb(175,217,111); }

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