Html Css Color HEX #93FA0C Chartreuse

📋 copy color: '#93FA0C'

red 147 ◦ green 250 ◦ blue 12

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

Shades of Chartreuse #93FA0C

Tints of Chartreuse #93FA0C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 61.12%

 BLUE value IS 12 (5.08% from 255) = 2.93%

R = 35.94%
G = 61.12%
B = 2.93%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#93FA0C (or 0x93FA0C) is known color: Chartreuse. HEX triplet: 93, FA and 0C. RGB value is (147,250,12). Sum of RGB (Red+Green+Blue) = 147+250+12=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 250 (98.05% from 255 or 61.12% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 250 - color contains mainly: green. Hex color #93FA0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93FA0C is #6C05F3. Grayscale: #C0C0C0. Windows color (decimal): -7079412 or 850579. OLE color: 850579.

HSL color Cylindrical-coordinate representation of color #93FA0C: hue angle of 85.97º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93FA0C is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 250 12 -
CMYK 0.41 0 0.95 0.02
HSL 85.97º 0.96% 0.51% -
HSV(B) 85.97º 0.95% 0.98% -
XYZ 46.28 74.6 12.31 -
YUV 192.07 26.38 95.85 -
System Red Green Blue C M Y K H S L
Decimal 147 250 12 0.41 0 0.95 0.02 85.97 0.96 0.51
Hex 93 FA C 29 0 5F 2 56 60 33
Octal 223 372 14 51 0 137 2 126 140 63
Binary 10010011 11111010 1100 101001 0 1011111 10 1010110 1100000 110011

Color Harmonies of #93FA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FA0C

Black with #93FA0C

Text Example


Text Example

White with #93FA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,250,12); }

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

background-color css

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

 a { background-color: rgb(147,250,12); }

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

border-color css

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

 span { border-color: rgb(147,250,12); }

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