#AFD863

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

Shades of Conifer #AFD863

Tints of Conifer #AFD863

Color information

#AFD863 (or 0xAFD863) is unknown color: approx Conifer. HEX triplet: AF, D8 and 63. RGB value is (175,216,99). Sum of RGB (Red+Green+Blue) = 175+216+99=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD863 is #50279C. Grayscale: #BEBEBE. Windows color (decimal): -5253021 or 6543535. OLE color: 6543535.

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

Color convert

RGB17521699-
CMYK0.1900.540.15
HSL81.03º60%61.76%-
HSV(B)81.03º54.17%84.71%-
XYZ44.4959.1320.87-
YUV190.476.42117.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 216 (84.77% from 255) = 44.08%
BLUE value IS 99 (39.06% from 255) = 20.20%
R=35.71%
G=44.08%
B=20.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal175216990.1900.540.1581.036061.76
HexAFD86313036F513c3e
Octal25733014323066171217476
Binary1010111111011000110001110011011011011111010001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD863; }

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

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

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

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

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

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

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

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