#90F29F

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

Shades of Pale Green #90F29F

Tints of Pale Green #90F29F

Color information

#90F29F (or 0x90F29F) is unknown color: approx Pale Green. HEX triplet: 90, F2 and 9F. RGB value is (144,242,159). Sum of RGB (Red+Green+Blue) = 144+242+159=545 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.42% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 159 (62.5% from 255 or 29.17% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #90F29F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90F29F is #6F0D60. Grayscale: #CBCBCB. Windows color (decimal): -7277921 or 10482320. OLE color: 10482320.

HSL color Cylindrical-coordinate representation of color #90F29F: hue angle of 129.18º 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 #90F29F is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB144242159-
CMYK0.4000.340.05
HSL129.18º79.03%75.69%-
HSV(B)129.18º40.5%94.9%-
XYZ49.5171.9444.08-
YUV203.24103.0385.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.42%
GREEN value IS 242 (94.92% from 255) = 44.40%
BLUE value IS 159 (62.5% from 255) = 29.17%
R=26.42%
G=44.40%
B=29.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442421590.4000.340.05129.1879.0375.69
Hex90F29F280225814f4c
Octal220362237500425201117114
Binary10010000111100101001111110100001000101011000000110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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