#90F271

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

Shades of Light Green #90F271

Tints of Light Green #90F271

Color information

#90F271 (or 0x90F271) is unknown color: approx Light Green. HEX triplet: 90, F2 and 71. RGB value is (144,242,113). Sum of RGB (Red+Green+Blue) = 144+242+113=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #90F271 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F271 is #6F0D8E. Grayscale: #C6C6C6. Windows color (decimal): -7277967 or 7467664. OLE color: 7467664.

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

Color convert

RGB144242113-
CMYK0.4000.530.05
HSL105.58º83.23%69.61%-
HSV(B)105.58º53.31%94.9%-
XYZ46.2370.6326.82-
YUV197.9980.0389.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.86%
GREEN value IS 242 (94.92% from 255) = 48.50%
BLUE value IS 113 (44.53% from 255) = 22.65%
R=28.86%
G=48.50%
B=22.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442421130.4000.530.05105.5883.2369.61
Hex90F2712803556a5346
Octal220362161500655152123106
Binary100100001111001011100011010000110101101110101010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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