#AFFB91

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

Shades of Pale Green #AFFB91

Tints of Pale Green #AFFB91

Color information

#AFFB91 (or 0xAFFB91) is unknown color: approx Pale Green. HEX triplet: AF, FB and 91. RGB value is (175,251,145). Sum of RGB (Red+Green+Blue) = 175+251+145=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 251 (98.44% from 255 or 43.96% from 571); Blue value is 145 (57.03% from 255 or 25.39% from 571); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFB91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFB91 is #50046E. Grayscale: #D8D8D8. Windows color (decimal): -5244015 or 9567151. OLE color: 9567151.

HSL color Cylindrical-coordinate representation of color #AFFB91: hue angle of 103.02º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFFB91 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB175251145-
CMYK0.3000.420.02
HSL103.02º92.98%77.65%-
HSV(B)103.02º42.23%98.43%-
XYZ57.2980.1539.24-
YUV216.1987.8298.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.65%
GREEN value IS 251 (98.44% from 255) = 43.96%
BLUE value IS 145 (57.03% from 255) = 25.39%
R=30.65%
G=43.96%
B=25.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752511450.3000.420.02103.0292.9877.65
HexAFFB911E02A2675d4e
Octal257373221360522147135116
Binary10101111111110111001000111110010101010110011110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFB91; }

 p { color: rgb(175,251,145); }

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

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

 a { background-color: rgb(175,251,145); }

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

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

 span { border-color: rgb(175,251,145); }

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