#AFE455

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

Shades of Conifer #AFE455

Tints of Conifer #AFE455

Color information

#AFE455 (or 0xAFE455) is unknown color: approx Conifer. HEX triplet: AF, E4 and 55. RGB value is (175,228,85). Sum of RGB (Red+Green+Blue) = 175+228+85=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE455 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE455 is #501BAA. Grayscale: #C4C4C4. Windows color (decimal): -5249963 or 5629103. OLE color: 5629103.

HSL color Cylindrical-coordinate representation of color #AFE455: hue angle of 82.24º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFE455 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB17522885-
CMYK0.2300.630.11
HSL82.24º72.59%61.37%-
HSV(B)82.24º62.72%89.41%-
XYZ47.0665.2618.71-
YUV195.8565.44113.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 228 (89.45% from 255) = 46.72%
BLUE value IS 85 (33.59% from 255) = 17.42%
R=35.86%
G=46.72%
B=17.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal175228850.2300.630.1182.2472.5961.37
HexAFE4551703FB52493d
Octal257344125270771312211175
Binary10101111111001001010101101110111111101110100101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE455; }

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

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

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

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

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

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

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

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