#AFFB90

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

Shades of Pale Green #AFFB90

Tints of Pale Green #AFFB90

Color information

#AFFB90 (or 0xAFFB90) is unknown color: approx Pale Green. HEX triplet: AF, FB and 90. RGB value is (175,251,144). Sum of RGB (Red+Green+Blue) = 175+251+144=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 251 (98.44% from 255 or 44.04% from 570); Blue value is 144 (56.64% from 255 or 25.26% from 570); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFB90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFB90 is #50046F. Grayscale: #D8D8D8. Windows color (decimal): -5244016 or 9501615. OLE color: 9501615.

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

Color convert

RGB175251144-
CMYK0.3000.430.02
HSL102.62º93.04%77.45%-
HSV(B)102.62º42.63%98.43%-
XYZ57.2180.1238.84-
YUV216.0887.3298.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 251 (98.44% from 255) = 44.04%
BLUE value IS 144 (56.64% from 255) = 25.26%
R=30.70%
G=44.04%
B=25.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752511440.3000.430.02102.6293.0477.45
HexAFFB901E02B2675d4d
Octal257373220360532147135115
Binary10101111111110111001000011110010101110110011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFB90; }

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

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

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

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

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

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

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

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