#90F28B

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

Shades of Light Green #90F28B

Tints of Light Green #90F28B

Color information

#90F28B (or 0x90F28B) is unknown color: approx Light Green. HEX triplet: 90, F2 and 8B. RGB value is (144,242,139). Sum of RGB (Red+Green+Blue) = 144+242+139=525 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.43% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #90F28B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90F28B is #6F0D74. Grayscale: #C9C9C9. Windows color (decimal): -7277941 or 9171600. OLE color: 9171600.

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

Color convert

RGB144242139-
CMYK0.4000.430.05
HSL117.09º79.84%74.71%-
HSV(B)117.09º42.56%94.9%-
XYZ47.9171.335.66-
YUV200.9693.0387.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.43%
GREEN value IS 242 (94.92% from 255) = 46.10%
BLUE value IS 139 (54.69% from 255) = 26.48%
R=27.43%
G=46.10%
B=26.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442421390.4000.430.05117.0979.8474.71
Hex90F28B2802B575504b
Octal220362213500535165120113
Binary1001000011110010100010111010000101011101111010110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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