#AFE855

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

Shades of Conifer #AFE855

Tints of Conifer #AFE855

Color information

#AFE855 (or 0xAFE855) is unknown color: approx Conifer. HEX triplet: AF, E8 and 55. RGB value is (175,232,85). Sum of RGB (Red+Green+Blue) = 175+232+85=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 232 (91.02% from 255 or 47.15% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE855 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE855 is #5017AA. Grayscale: #C6C6C6. Windows color (decimal): -5248939 or 5630127. OLE color: 5630127.

HSL color Cylindrical-coordinate representation of color #AFE855: hue angle of 83.27º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFE855 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB17523285-
CMYK0.2500.630.09
HSL83.27º76.17%62.16%-
HSV(B)83.27º63.36%90.98%-
XYZ48.1867.4819.08-
YUV198.264.12111.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 232 (91.02% from 255) = 47.15%
BLUE value IS 85 (33.59% from 255) = 17.28%
R=35.57%
G=47.15%
B=17.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal175232850.2500.630.0983.2776.1762.16
HexAFE8551903F9534c3e
Octal257350125310771112311476
Binary10101111111010001010101110010111111100110100111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE855; }

 p { color: rgb(175,232,85); }

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

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

 a { background-color: rgb(175,232,85); }

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

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

 span { border-color: rgb(175,232,85); }

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