#AFD96A

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

Shades of Conifer #AFD96A

Tints of Conifer #AFD96A

Color information

#AFD96A (or 0xAFD96A) is unknown color: approx Conifer. HEX triplet: AF, D9 and 6A. RGB value is (175,217,106). Sum of RGB (Red+Green+Blue) = 175+217+106=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD96A is #502695. Grayscale: #C0C0C0. Windows color (decimal): -5252758 or 7002543. OLE color: 7002543.

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

Color convert

RGB175217106-
CMYK0.1900.510.15
HSL82.7º59.36%63.33%-
HSV(B)82.7º51.15%85.1%-
XYZ45.0959.7822.8-
YUV191.7979.59116.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 217 (85.16% from 255) = 43.57%
BLUE value IS 106 (41.80% from 255) = 21.29%
R=35.14%
G=43.57%
B=21.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752171060.1900.510.1582.759.3663.33
HexAFD96A13033F533b3f
Octal25733115223063171237377
Binary1010111111011001110101010011011001111111010011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD96A; }

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

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

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

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

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

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

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

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