Html Css Color HEX #93FC12 Chartreuse

📋 copy color: '#93FC12'

red 147 ◦ green 252 ◦ blue 18

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

Shades of Chartreuse #93FC12

Tints of Chartreuse #93FC12

RGB

 RED value IS 147 (57.81% from 255) = 35.25%

 GREEN value IS 252 (98.83% from 255) = 60.43%

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

R = 35.25%
G = 60.43%
B = 4.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#93FC12 (or 0x93FC12) is known color: Chartreuse. HEX triplet: 93, FC and 12. RGB value is (147,252,18). Sum of RGB (Red+Green+Blue) = 147+252+18=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 252 (98.83% from 255 or 60.43% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 252 - color contains mainly: green. Hex color #93FC12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93FC12 is #6C03ED. Grayscale: #C2C2C2. Windows color (decimal): -7078894 or 1244307. OLE color: 1244307.

HSL color Cylindrical-coordinate representation of color #93FC12: hue angle of 86.92º 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 #93FC12 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 252 18 -
CMYK 0.42 0 0.93 0.01
HSL 86.92º 0.98% 0.53% -
HSV(B) 86.92º 0.93% 0.99% -
XYZ 46.95 75.87 12.74 -
YUV 193.93 28.71 94.53 -
System Red Green Blue C M Y K H S L
Decimal 147 252 18 0.42 0 0.93 0.01 86.92 0.98 0.53
Hex 93 FC 12 2A 0 5D 1 57 62 35
Octal 223 374 22 52 0 135 1 127 142 65
Binary 10010011 11111100 10010 101010 0 1011101 1 1010111 1100010 110101

Color Harmonies of #93FC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FC12

Black with #93FC12

Text Example


Text Example

White with #93FC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93FC12; }

 p { color: rgb(147,252,18); }

 H1.HeaderClassName
 {
   color: #93FC12;
 }
 .AnyTagClassName
 {
   color: #93FC12;
 }
</style>

background-color css

<style>
 a { background-color: #93FC12; }

 a { background-color: rgb(147,252,18); }

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

border-color css

<style>
 span { border-color: #93FC12; }

 span { border-color: rgb(147,252,18); }

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