#afe655

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

Shades of Conifer #AFE655

Tints of Conifer #AFE655

Color information

#AFE655 (or 0xAFE655) is unknown color: approx Conifer. HEX triplet: AF, E6 and 55. RGB value is (175,230,85). Sum of RGB (Red+Green+Blue) = 175+230+85=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 230 (90.23% from 255 or 46.94% from 490); Blue value is 85 (33.59% from 255 or 17.35% from 490); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE655 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE655 is #5019AA. Grayscale: #C5C5C5. Windows color (decimal): -5249451 or 5629615. OLE color: 5629615.

HSL color Cylindrical-coordinate representation of color #AFE655: hue angle of 82.76º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFE655 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB17523085-
CMYK0.2400.630.10
HSL82.76º74.36%61.76%-
HSV(B)82.76º63.04%90.2%-
XYZ47.6266.3618.89-
YUV197.0264.78112.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 230 (90.23% from 255) = 46.94%
BLUE value IS 85 (33.59% from 255) = 17.35%
R=35.71%
G=46.94%
B=17.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal175230850.2400.630.1082.7674.3661.76
HexAFE6551803FA534a3e
Octal257346125300771212311276
Binary10101111111001101010101110000111111101010100111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afe655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afe655; }

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

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

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

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

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

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

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

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