Html Css Color HEX #90EC12 Chartreuse

📋 copy color: '#90EC12'

red 144 ◦ green 236 ◦ blue 18

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

Shades of Chartreuse #90EC12

Tints of Chartreuse #90EC12

RGB

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

 GREEN value IS 236 (92.58% from 255) = 59.3%

 BLUE value IS 18 (7.42% from 255) = 4.52%

R = 36.18%
G = 59.3%
B = 4.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#90EC12 (or 0x90EC12) is known color: Chartreuse. HEX triplet: 90, EC and 12. RGB value is (144,236,18). Sum of RGB (Red+Green+Blue) = 144+236+18=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 236 (92.58% from 255 or 59.30% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 236 - color contains mainly: green. Hex color #90EC12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #90EC12 is #6F13ED. Grayscale: #B8B8B8. Windows color (decimal): -7279598 or 1240208. OLE color: 1240208.

HSL color Cylindrical-coordinate representation of color #90EC12: hue angle of 85.32º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90EC12 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 236 18 -
CMYK 0.39 0 0.92 0.07
HSL 85.32º 0.86% 0.5% -
HSV(B) 85.32º 0.92% 0.93% -
XYZ 41.61 65.96 11.11 -
YUV 183.64 34.52 99.73 -
System Red Green Blue C M Y K H S L
Decimal 144 236 18 0.39 0 0.92 0.07 85.32 0.86 0.5
Hex 90 EC 12 27 0 5C 7 55 56 32
Octal 220 354 22 47 0 134 7 125 126 62
Binary 10010000 11101100 10010 100111 0 1011100 111 1010101 1010110 110010

Color Harmonies of #90EC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EC12

Black with #90EC12

Text Example


Text Example

White with #90EC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,236,18); }

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

background-color css

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

 a { background-color: rgb(144,236,18); }

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

border-color css

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

 span { border-color: rgb(144,236,18); }

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