#90F385

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

Shades of Light Green #90F385

Tints of Light Green #90F385

Color information

#90F385 (or 0x90F385) is unknown color: approx Light Green. HEX triplet: 90, F3 and 85. RGB value is (144,243,133). Sum of RGB (Red+Green+Blue) = 144+243+133=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #90F385 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90F385 is #6F0C7A. Grayscale: #C9C9C9. Windows color (decimal): -7277691 or 8778640. OLE color: 8778640.

HSL color Cylindrical-coordinate representation of color #90F385: hue angle of 114º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #90F385 is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB144243133-
CMYK0.4100.450.05
HSL114º82.09%73.73%-
HSV(B)114º45.27%95.29%-
XYZ47.7971.7233.52-
YUV200.8689.787.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.69%
GREEN value IS 243 (95.31% from 255) = 46.73%
BLUE value IS 133 (52.34% from 255) = 25.58%
R=27.69%
G=46.73%
B=25.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442431330.4100.450.0511482.0973.73
Hex90F3852902D572524a
Octal220363205510555162122112
Binary1001000011110011100001011010010101101101111001010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,243,133); }

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

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

 a { background-color: rgb(144,243,133); }

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

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

 span { border-color: rgb(144,243,133); }

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