#AFD566

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

Shades of Conifer #AFD566

Tints of Conifer #AFD566

Color information

#AFD566 (or 0xAFD566) is unknown color: approx Conifer. HEX triplet: AF, D5 and 66. RGB value is (175,213,102). Sum of RGB (Red+Green+Blue) = 175+213+102=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD566 is #502A99. Grayscale: #BDBDBD. Windows color (decimal): -5253786 or 6739375. OLE color: 6739375.

HSL color Cylindrical-coordinate representation of color #AFD566: hue angle of 80.54º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFD566 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB175213102-
CMYK0.1800.520.16
HSL80.54º56.92%61.76%-
HSV(B)80.54º52.11%83.53%-
XYZ43.8757.6621.39-
YUV188.9878.91118.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 213 (83.59% from 255) = 43.47%
BLUE value IS 102 (40.23% from 255) = 20.82%
R=35.71%
G=43.47%
B=20.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752131020.1800.520.1680.5456.9261.76
HexAFD566120341051393e
Octal25732514622064201217176
Binary10101111110101011100110100100110100100001010001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD566; }

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

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

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

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

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

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

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

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