#90FBA0

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

Shades of Pale Green #90FBA0

Tints of Pale Green #90FBA0

Color information

#90FBA0 (or 0x90FBA0) is unknown color: approx Pale Green. HEX triplet: 90, FB and A0. RGB value is (144,251,160). Sum of RGB (Red+Green+Blue) = 144+251+160=555 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.95% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FBA0 is #6F045F. Grayscale: #D0D0D0. Windows color (decimal): -7275616 or 10550160. OLE color: 10550160.

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

Color convert

RGB144251160-
CMYK0.4300.360.02
HSL128.97º93.04%77.45%-
HSV(B)128.97º42.63%98.43%-
XYZ52.3477.4645.45-
YUV208.63100.5581.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.95%
GREEN value IS 251 (98.44% from 255) = 45.23%
BLUE value IS 160 (62.89% from 255) = 28.83%
R=25.95%
G=45.23%
B=28.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442511600.4300.360.02128.9793.0477.45
Hex90FBA02B0242815d4d
Octal220373240530442201135115
Binary1001000011111011101000001010110100100101000000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,251,160); }

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

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

 a { background-color: rgb(144,251,160); }

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

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

 span { border-color: rgb(144,251,160); }

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