#90FBA4

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

Shades of Pale Green #90FBA4

Tints of Pale Green #90FBA4

Color information

#90FBA4 (or 0x90FBA4) is unknown color: approx Pale Green. HEX triplet: 90, FB and A4. RGB value is (144,251,164). Sum of RGB (Red+Green+Blue) = 144+251+164=559 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.76% from 559); Green value is 251 (98.44% from 255 or 44.90% from 559); Blue value is 164 (64.45% from 255 or 29.34% from 559); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FBA4 is #6F045B. Grayscale: #D1D1D1. Windows color (decimal): -7275612 or 10812304. OLE color: 10812304.

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

Color convert

RGB144251164-
CMYK0.4300.350.02
HSL131.21º93.04%77.45%-
HSV(B)131.21º42.63%98.43%-
XYZ52.777.647.32-
YUV209.09102.5581.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.76%
GREEN value IS 251 (98.44% from 255) = 44.90%
BLUE value IS 164 (64.45% from 255) = 29.34%
R=25.76%
G=44.90%
B=29.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442511640.4300.350.02131.2193.0477.45
Hex90FBA42B0232835d4d
Octal220373244530432203135115
Binary1001000011111011101001001010110100011101000001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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