#AFD966

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

Shades of Conifer #AFD966

Tints of Conifer #AFD966

Color information

#AFD966 (or 0xAFD966) is unknown color: approx Conifer. HEX triplet: AF, D9 and 66. RGB value is (175,217,102). Sum of RGB (Red+Green+Blue) = 175+217+102=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD966 is #502699. Grayscale: #BFBFBF. Windows color (decimal): -5252762 or 6740399. OLE color: 6740399.

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

Color convert

RGB175217102-
CMYK0.1900.530.15
HSL81.91º60.21%62.55%-
HSV(B)81.91º53%85.1%-
XYZ44.8959.721.73-
YUV191.3377.59116.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 217 (85.16% from 255) = 43.93%
BLUE value IS 102 (40.23% from 255) = 20.65%
R=35.43%
G=43.93%
B=20.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752171020.1900.530.1581.9160.2162.55
HexAFD96613035F523c3f
Octal25733114623065171227477
Binary1010111111011001110011010011011010111111010010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD966; }

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

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

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

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

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

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

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

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