#90FB95

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

Shades of Pale Green #90FB95

Tints of Pale Green #90FB95

Color information

#90FB95 (or 0x90FB95) is unknown color: approx Pale Green. HEX triplet: 90, FB and 95. RGB value is (144,251,149). Sum of RGB (Red+Green+Blue) = 144+251+149=544 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.47% from 544); Green value is 251 (98.44% from 255 or 46.14% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 251 - color contains mainly: green. Hex color #90FB95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FB95 is #6F046A. Grayscale: #CFCFCF. Windows color (decimal): -7275627 or 9829264. OLE color: 9829264.

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

Color convert

RGB144251149-
CMYK0.4300.410.02
HSL122.8º93.04%77.45%-
HSV(B)122.8º42.63%98.43%-
XYZ51.4277.0940.6-
YUV207.3895.0582.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.47%
GREEN value IS 251 (98.44% from 255) = 46.14%
BLUE value IS 149 (58.59% from 255) = 27.39%
R=26.47%
G=46.14%
B=27.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442511490.4300.410.02122.893.0477.45
Hex90FB952B02927b5d4d
Octal220373225530512173135115
Binary100100001111101110010101101011010100110111101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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