#90FAAB

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

Shades of Pale Green #90FAAB

Tints of Pale Green #90FAAB

Color information

#90FAAB (or 0x90FAAB) is unknown color: approx Pale Green. HEX triplet: 90, FA and AB. RGB value is (144,250,171). Sum of RGB (Red+Green+Blue) = 144+250+171=565 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.49% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #90FAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FAAB is #6F0554. Grayscale: #D1D1D1. Windows color (decimal): -7275861 or 11270800. OLE color: 11270800.

HSL color Cylindrical-coordinate representation of color #90FAAB: hue angle of 135.28º 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 #90FAAB is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB144250171-
CMYK0.4200.320.02
HSL135.28º91.38%77.25%-
HSV(B)135.28º42.4%98.04%-
XYZ53.0477.2450.64-
YUV209.3106.3881.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.49%
GREEN value IS 250 (98.05% from 255) = 44.25%
BLUE value IS 171 (67.19% from 255) = 30.27%
R=25.49%
G=44.25%
B=30.27%

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
Decimal1442501710.4200.320.02135.2891.3877.25
Hex90FAAB2A0202875b4d
Octal220372253520402207133115
Binary1001000011111010101010111010100100000101000011110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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