#AFFB8F

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

Shades of Pale Green #AFFB8F

Tints of Pale Green #AFFB8F

Color information

#AFFB8F (or 0xAFFB8F) is unknown color: approx Pale Green. HEX triplet: AF, FB and 8F. RGB value is (175,251,143). Sum of RGB (Red+Green+Blue) = 175+251+143=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 143 (56.25% from 255 or 25.13% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFB8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFB8F is #500470. Grayscale: #D8D8D8. Windows color (decimal): -5244017 or 9436079. OLE color: 9436079.

HSL color Cylindrical-coordinate representation of color #AFFB8F: hue angle of 102.22º 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 #AFFB8F is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB175251143-
CMYK0.3000.430.02
HSL102.22º93.1%77.25%-
HSV(B)102.22º43.03%98.43%-
XYZ57.1380.0938.43-
YUV215.9686.8298.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.76%
GREEN value IS 251 (98.44% from 255) = 44.11%
BLUE value IS 143 (56.25% from 255) = 25.13%
R=30.76%
G=44.11%
B=25.13%

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
Decimal1752511430.3000.430.02102.2293.177.25
HexAFFB8F1E02B2665d4d
Octal257373217360532146135115
Binary10101111111110111000111111110010101110110011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFB8F; }

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

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

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

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

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

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

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

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