Html Css Color HEX #93FA1A Chartreuse

📋 copy color: '#93FA1A'

red 147 ◦ green 250 ◦ blue 26

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

Shades of Chartreuse #93FA1A

Tints of Chartreuse #93FA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.15%

R = 34.75%
G = 59.1%
B = 6.15%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#93FA1A (or 0x93FA1A) is known color: Chartreuse. HEX triplet: 93, FA and 1A. RGB value is (147,250,26). Sum of RGB (Red+Green+Blue) = 147+250+26=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 250 (98.05% from 255 or 59.10% from 423); Blue value is 26 (10.55% from 255 or 6.15% from 423); Max value from RGB is 250 - color contains mainly: green. Hex color #93FA1A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #93FA1A is #6C05E5. Grayscale: #C2C2C2. Windows color (decimal): -7079398 or 1768083. OLE color: 1768083.

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

Color convert

RGB 147 250 26 -
CMYK 0.41 0 0.90 0.02
HSL 87.59º 0.96% 0.54% -
HSV(B) 87.59º 0.9% 0.98% -
XYZ 46.4 74.65 12.94 -
YUV 193.67 33.38 94.71 -
System Red Green Blue C M Y K H S L
Decimal 147 250 26 0.41 0 0.90 0.02 87.59 0.96 0.54
Hex 93 FA 1A 29 0 5A 2 58 60 36
Octal 223 372 32 51 0 132 2 130 140 66
Binary 10010011 11111010 11010 101001 0 1011010 10 1011000 1100000 110110

Color Harmonies of #93FA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FA1A

Black with #93FA1A

Text Example


Text Example

White with #93FA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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