Html Css Color HEX #90EA14 Chartreuse

📋 copy color: '#90EA14'

red 144 ◦ green 234 ◦ blue 20

#90EA14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chartreuse #90EA14

Tints of Chartreuse #90EA14

RGB

 RED value IS 144 (56.64% from 255) = 36.18%

 GREEN value IS 234 (91.8% from 255) = 58.79%

 BLUE value IS 20 (8.2% from 255) = 5.03%

R = 36.18%
G = 58.79%
B = 5.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#90EA14 (or 0x90EA14) is known color: Chartreuse. HEX triplet: 90, EA and 14. RGB value is (144,234,20). Sum of RGB (Red+Green+Blue) = 144+234+20=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 234 (91.80% from 255 or 58.79% from 398); Blue value is 20 (8.20% from 255 or 5.03% from 398); Max value from RGB is 234 - color contains mainly: green. Hex color #90EA14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #90EA14 is #6F15EB. Grayscale: #B7B7B7. Windows color (decimal): -7280108 or 1370768. OLE color: 1370768.

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

Color convert

RGB 144 234 20 -
CMYK 0.38 0 0.91 0.08
HSL 85.23º 0.84% 0.5% -
HSV(B) 85.23º 0.91% 0.92% -
XYZ 41.05 64.83 11.01 -
YUV 182.69 36.18 100.4 -
System Red Green Blue C M Y K H S L
Decimal 144 234 20 0.38 0 0.91 0.08 85.23 0.84 0.5
Hex 90 EA 14 26 0 5B 8 55 54 32
Octal 220 352 24 46 0 133 10 125 124 62
Binary 10010000 11101010 10100 100110 0 1011011 1000 1010101 1010100 110010

Color Harmonies of #90EA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EA14

Black with #90EA14

Text Example


Text Example

White with #90EA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90EA14;
 }
 .AnyTagClassName
 {
   color: #90EA14;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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