#90FA82

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

Shades of Light Green #90FA82

Tints of Light Green #90FA82

Color information

#90FA82 (or 0x90FA82) is unknown color: approx Light Green. HEX triplet: 90, FA and 82. RGB value is (144,250,130). Sum of RGB (Red+Green+Blue) = 144+250+130=524 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.48% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #90FA82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FA82 is #6F057D. Grayscale: #CDCDCD. Windows color (decimal): -7275902 or 8583824. OLE color: 8583824.

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

Color convert

RGB144250130-
CMYK0.4200.480.02
HSL113º92.31%74.51%-
HSV(B)113º48%98.04%-
XYZ49.7275.9133.15-
YUV204.6385.8884.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.48%
GREEN value IS 250 (98.05% from 255) = 47.71%
BLUE value IS 130 (51.17% from 255) = 24.81%
R=27.48%
G=47.71%
B=24.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442501300.4200.480.0211392.3174.51
Hex90FA822A0302715c4b
Octal220372202520602161134113
Binary100100001111101010000010101010011000010111000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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