#90FAAA

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

Shades of Pale Green #90FAAA

Tints of Pale Green #90FAAA

Color information

#90FAAA (or 0x90FAAA) is unknown color: approx Pale Green. HEX triplet: 90, FA and AA. RGB value is (144,250,170). Sum of RGB (Red+Green+Blue) = 144+250+170=564 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.53% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #90FAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FAAA is #6F0555. Grayscale: #D1D1D1. Windows color (decimal): -7275862 or 11205264. OLE color: 11205264.

HSL color Cylindrical-coordinate representation of color #90FAAA: hue angle of 134.72º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90FAAA is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB144250170-
CMYK0.4200.320.02
HSL134.72º91.38%77.25%-
HSV(B)134.72º42.4%98.04%-
XYZ52.9477.250.14-
YUV209.19105.8881.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.53%
GREEN value IS 250 (98.05% from 255) = 44.33%
BLUE value IS 170 (66.80% from 255) = 30.14%
R=25.53%
G=44.33%
B=30.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442501700.4200.320.02134.7291.3877.25
Hex90FAAA2A0202875b4d
Octal220372252520402207133115
Binary1001000011111010101010101010100100000101000011110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,250,170); }

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

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

 a { background-color: rgb(144,250,170); }

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

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

 span { border-color: rgb(144,250,170); }

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