#AFD857

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

Shades of Conifer #AFD857

Tints of Conifer #AFD857

Color information

#AFD857 (or 0xAFD857) is unknown color: approx Conifer. HEX triplet: AF, D8 and 57. RGB value is (175,216,87). Sum of RGB (Red+Green+Blue) = 175+216+87=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 87 (34.38% from 255 or 18.20% from 478); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD857 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD857 is #5027A8. Grayscale: #BDBDBD. Windows color (decimal): -5253033 or 5757103. OLE color: 5757103.

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

Color convert

RGB17521687-
CMYK0.1900.600.15
HSL79.07º62.32%59.41%-
HSV(B)79.07º59.72%84.71%-
XYZ43.9658.9118.07-
YUV189.0470.42117.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 216 (84.77% from 255) = 45.19%
BLUE value IS 87 (34.38% from 255) = 18.20%
R=36.61%
G=45.19%
B=18.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal175216870.1900.600.1579.0762.3259.41
HexAFD8571303CF4f3e3b
Octal25733012723074171177673
Binary1010111111011000101011110011011110011111001111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD857; }

 p { color: rgb(175,216,87); }

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

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

 a { background-color: rgb(175,216,87); }

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

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

 span { border-color: rgb(175,216,87); }

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