#AFFC98

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

Shades of Pale Green #AFFC98

Tints of Pale Green #AFFC98

Color information

#AFFC98 (or 0xAFFC98) is unknown color: approx Pale Green. HEX triplet: AF, FC and 98. RGB value is (175,252,152). Sum of RGB (Red+Green+Blue) = 175+252+152=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 152 (59.77% from 255 or 26.25% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFC98 is #500367. Grayscale: #D9D9D9. Windows color (decimal): -5243752 or 10026159. OLE color: 10026159.

HSL color Cylindrical-coordinate representation of color #AFFC98: hue angle of 106.2º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFFC98 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB175252152-
CMYK0.3100.400.01
HSL106.2º94.34%79.22%-
HSV(B)106.2º39.68%98.82%-
XYZ58.168142.28-
YUV217.5890.9997.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 252 (98.83% from 255) = 43.52%
BLUE value IS 152 (59.77% from 255) = 26.25%
R=30.22%
G=43.52%
B=26.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752521520.3100.400.01106.294.3479.22
HexAFFC981F02816a5e4f
Octal257374230370501152136117
Binary1010111111111100100110001111101010001110101010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFC98; }

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

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

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

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

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

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

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

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