#90F2A2

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

Shades of Pale Green #90F2A2

Tints of Pale Green #90F2A2

Color information

#90F2A2 (or 0x90F2A2) is unknown color: approx Pale Green. HEX triplet: 90, F2 and A2. RGB value is (144,242,162). Sum of RGB (Red+Green+Blue) = 144+242+162=548 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.28% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #90F2A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90F2A2 is #6F0D5D. Grayscale: #CBCBCB. Windows color (decimal): -7277918 or 10678928. OLE color: 10678928.

HSL color Cylindrical-coordinate representation of color #90F2A2: hue angle of 131.02º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90F2A2 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB144242162-
CMYK0.4000.330.05
HSL131.02º79.03%75.69%-
HSV(B)131.02º40.5%94.9%-
XYZ49.7872.0445.46-
YUV203.58104.5385.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.28%
GREEN value IS 242 (94.92% from 255) = 44.16%
BLUE value IS 162 (63.67% from 255) = 29.56%
R=26.28%
G=44.16%
B=29.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442421620.4000.330.05131.0279.0375.69
Hex90F2A2280215834f4c
Octal220362242500415203117114
Binary10010000111100101010001010100001000011011000001110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F2A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90F2A2; }

 p { color: rgb(144,242,162); }

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

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

 a { background-color: rgb(144,242,162); }

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

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

 span { border-color: rgb(144,242,162); }

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