#90EA0E

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

Shades of Chartreuse #90EA0E

Tints of Chartreuse #90EA0E

Color information

#90EA0E (or 0x90EA0E) is unknown color: approx Chartreuse. HEX triplet: 90, EA and 0E. RGB value is (144,234,14). Sum of RGB (Red+Green+Blue) = 144+234+14=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 234 (91.80% from 255 or 59.69% from 392); Blue value is 14 (5.86% from 255 or 3.57% from 392); Max value from RGB is 234 - color contains mainly: green. Hex color #90EA0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #90EA0E is #6F15F1. Grayscale: #B6B6B6. Windows color (decimal): -7280114 or 977552. OLE color: 977552.

HSL color Cylindrical-coordinate representation of color #90EA0E: hue angle of 84.55º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90EA0E is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB14423414-
CMYK0.3800.940.08
HSL84.55º88.71%48.63%-
HSV(B)84.55º94.02%91.76%-
XYZ4164.8110.76-
YUV182.0133.18100.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.73%
GREEN value IS 234 (91.80% from 255) = 59.69%
BLUE value IS 14 (5.86% from 255) = 3.57%
R=36.73%
G=59.69%
B=3.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal144234140.3800.940.0884.5588.7148.63
Hex90EAE2605E8555931
Octal220352164601361012513161
Binary1001000011101010111010011001011110100010101011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,234,14); }

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

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

 a { background-color: rgb(144,234,14); }

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

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

 span { border-color: rgb(144,234,14); }

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