#AFFC94

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

Shades of Pale Green #AFFC94

Tints of Pale Green #AFFC94

Color information

#AFFC94 (or 0xAFFC94) is unknown color: approx Pale Green. HEX triplet: AF, FC and 94. RGB value is (175,252,148). Sum of RGB (Red+Green+Blue) = 175+252+148=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 148 (58.20% from 255 or 25.74% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFC94 is #50036B. Grayscale: #D9D9D9. Windows color (decimal): -5243756 or 9764015. OLE color: 9764015.

HSL color Cylindrical-coordinate representation of color #AFFC94: hue angle of 104.42º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFFC94 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB175252148-
CMYK0.3100.410.01
HSL104.42º94.55%78.43%-
HSV(B)104.42º41.27%98.82%-
XYZ57.8380.8740.58-
YUV217.1288.9997.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.43%
GREEN value IS 252 (98.83% from 255) = 43.83%
BLUE value IS 148 (58.20% from 255) = 25.74%
R=30.43%
G=43.83%
B=25.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752521480.3100.410.01104.4294.5578.43
HexAFFC941F0291685f4e
Octal257374224370511150137116
Binary1010111111111100100101001111101010011110100010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFC94; }

 p { color: rgb(175,252,148); }

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

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

 a { background-color: rgb(175,252,148); }

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

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

 span { border-color: rgb(175,252,148); }

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