#AFEE5B

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

Shades of Conifer #AFEE5B

Tints of Conifer #AFEE5B

Color information

#AFEE5B (or 0xAFEE5B) is unknown color: approx Conifer. HEX triplet: AF, EE and 5B. RGB value is (175,238,91). Sum of RGB (Red+Green+Blue) = 175+238+91=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 91 (35.94% from 255 or 18.06% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEE5B is #5011A4. Grayscale: #CACACA. Windows color (decimal): -5247397 or 6024879. OLE color: 6024879.

HSL color Cylindrical-coordinate representation of color #AFEE5B: hue angle of 85.71º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFEE5B is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB17523891-
CMYK0.2600.620.07
HSL85.71º81.22%64.51%-
HSV(B)85.71º61.76%93.33%-
XYZ50.1471.0220.96-
YUV202.465.13108.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 238 (93.36% from 255) = 47.22%
BLUE value IS 91 (35.94% from 255) = 18.06%
R=34.72%
G=47.22%
B=18.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal175238910.2600.620.0785.7181.2264.51
HexAFEE5B1A03E7565141
Octal257356133320767126121101
Binary10101111111011101011011110100111110111101011010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEE5B; }

 p { color: rgb(175,238,91); }

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

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

 a { background-color: rgb(175,238,91); }

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

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

 span { border-color: rgb(175,238,91); }

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