#90F28D

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

Shades of Light Green #90F28D

Tints of Light Green #90F28D

Color information

#90F28D (or 0x90F28D) is unknown color: approx Light Green. HEX triplet: 90, F2 and 8D. RGB value is (144,242,141). Sum of RGB (Red+Green+Blue) = 144+242+141=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #90F28D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90F28D is #6F0D72. Grayscale: #C9C9C9. Windows color (decimal): -7277939 or 9302672. OLE color: 9302672.

HSL color Cylindrical-coordinate representation of color #90F28D: hue angle of 118.22º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90F28D is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB144242141-
CMYK0.4000.420.05
HSL118.22º79.53%75.1%-
HSV(B)118.22º41.74%94.9%-
XYZ48.0671.3636.44-
YUV201.1894.0387.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.32%
GREEN value IS 242 (94.92% from 255) = 45.92%
BLUE value IS 141 (55.47% from 255) = 26.76%
R=27.32%
G=45.92%
B=26.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442421410.4000.420.05118.2279.5375.1
Hex90F28D2802A576504b
Octal220362215500525166120113
Binary1001000011110010100011011010000101010101111011010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,242,141); }

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

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

 a { background-color: rgb(144,242,141); }

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

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

 span { border-color: rgb(144,242,141); }

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