#90EBA2

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

Shades of Light Green #90EBA2

Tints of Light Green #90EBA2

Color information

#90EBA2 (or 0x90EBA2) is unknown color: approx Light Green. HEX triplet: 90, EB and A2. RGB value is (144,235,162). Sum of RGB (Red+Green+Blue) = 144+235+162=541 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.62% from 541); Green value is 235 (92.19% from 255 or 43.44% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 235 - color contains mainly: green. Hex color #90EBA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90EBA2 is #6F145D. Grayscale: #C7C7C7. Windows color (decimal): -7279710 or 10677136. OLE color: 10677136.

HSL color Cylindrical-coordinate representation of color #90EBA2: hue angle of 131.87º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EBA2 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB144235162-
CMYK0.3900.310.08
HSL131.87º69.47%74.31%-
HSV(B)131.87º38.72%92.16%-
XYZ47.7367.9544.78-
YUV199.47106.8588.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.62%
GREEN value IS 235 (92.19% from 255) = 43.44%
BLUE value IS 162 (63.67% from 255) = 29.94%
R=26.62%
G=43.44%
B=29.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1442351620.3900.310.08131.8769.4774.31
Hex90EBA22701F884454a
Octal2203532424703710204105112
Binary10010000111010111010001010011101111110001000010010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,235,162); }

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

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

 a { background-color: rgb(144,235,162); }

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

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

 span { border-color: rgb(144,235,162); }

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