#9AF490

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

Shades of Pale Green #9AF490

Tints of Pale Green #9AF490

Color information

#9AF490 (or 0x9AF490) is unknown color: approx Pale Green. HEX triplet: 9A, F4 and 90. RGB value is (154,244,144). Sum of RGB (Red+Green+Blue) = 154+244+144=542 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.41% from 542); Green value is 244 (95.70% from 255 or 45.02% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 244 - color contains mainly: green. Hex color #9AF490 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF490 is #650B6F. Grayscale: #CDCDCD. Windows color (decimal): -6622064 or 9499802. OLE color: 9499802.

HSL color Cylindrical-coordinate representation of color #9AF490: hue angle of 114º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9AF490 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB154244144-
CMYK0.3700.410.04
HSL114º81.97%76.08%-
HSV(B)114º40.98%95.69%-
XYZ50.7173.5937.92-
YUV205.6993.1891.13-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.41%
GREEN value IS 244 (95.70% from 255) = 45.02%
BLUE value IS 144 (56.64% from 255) = 26.57%
R=28.41%
G=45.02%
B=26.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1542441440.3700.410.0411481.9776.08
Hex9AF49025029472524c
Octal232364220450514162122114
Binary1001101011110100100100001001010101001100111001010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AF490; }

 p { color: rgb(154,244,144); }

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

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

 a { background-color: rgb(154,244,144); }

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

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

 span { border-color: rgb(154,244,144); }

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