Html Css Color HEX #90FD12 Chartreuse

📋 copy color: '#90FD12'

red 144 ◦ green 253 ◦ blue 18

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

Shades of Chartreuse #90FD12

Tints of Chartreuse #90FD12

RGB

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

 GREEN value IS 253 (99.22% from 255) = 60.96%

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

R = 34.7%
G = 60.96%
B = 4.34%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#90FD12 (or 0x90FD12) is known color: Chartreuse. HEX triplet: 90, FD and 12. RGB value is (144,253,18). Sum of RGB (Red+Green+Blue) = 144+253+18=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 253 (99.22% from 255 or 60.96% from 415); Blue value is 18 (7.42% from 255 or 4.34% from 415); Max value from RGB is 253 - color contains mainly: green. Hex color #90FD12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #90FD12 is #6F02ED. Grayscale: #C2C2C2. Windows color (decimal): -7275246 or 1244560. OLE color: 1244560.

HSL color Cylindrical-coordinate representation of color #90FD12: hue angle of 87.83º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90FD12 is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 144 253 18 -
CMYK 0.43 0 0.93 0.01
HSL 87.83º 0.98% 0.53% -
HSV(B) 87.83º 0.93% 0.99% -
XYZ 46.74 76.22 12.82 -
YUV 193.62 28.89 92.61 -
System Red Green Blue C M Y K H S L
Decimal 144 253 18 0.43 0 0.93 0.01 87.83 0.98 0.53
Hex 90 FD 12 2B 0 5D 1 58 62 35
Octal 220 375 22 53 0 135 1 130 142 65
Binary 10010000 11111101 10010 101011 0 1011101 1 1011000 1100010 110101

Color Harmonies of #90FD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FD12

Black with #90FD12

Text Example


Text Example

White with #90FD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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