#AFD865

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

Shades of Conifer #AFD865

Tints of Conifer #AFD865

Color information

#AFD865 (or 0xAFD865) is unknown color: approx Conifer. HEX triplet: AF, D8 and 65. RGB value is (175,216,101). Sum of RGB (Red+Green+Blue) = 175+216+101=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD865 is #50279A. Grayscale: #BFBFBF. Windows color (decimal): -5253019 or 6674607. OLE color: 6674607.

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

Color convert

RGB175216101-
CMYK0.1900.530.15
HSL81.39º59.59%62.16%-
HSV(B)81.39º53.24%84.71%-
XYZ44.5859.1721.38-
YUV190.6377.42116.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 216 (84.77% from 255) = 43.90%
BLUE value IS 101 (39.84% from 255) = 20.53%
R=35.57%
G=43.90%
B=20.53%

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
Decimal1752161010.1900.530.1581.3959.5962.16
HexAFD86513035F513c3e
Octal25733014523065171217476
Binary1010111111011000110010110011011010111111010001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD865; }

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

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

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

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

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

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

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

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