Html Css Color HEX #93FF0E Chartreuse

📋 copy color: '#93FF0E'

red 147 ◦ green 255 ◦ blue 14

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

Shades of Chartreuse #93FF0E

Tints of Chartreuse #93FF0E

RGB

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

 GREEN value IS 255 (100% from 255) = 61.3%

 BLUE value IS 14 (5.86% from 255) = 3.37%

R = 35.34%
G = 61.3%
B = 3.37%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#93FF0E (or 0x93FF0E) is known color: Chartreuse. HEX triplet: 93, FF and 0E. RGB value is (147,255,14). Sum of RGB (Red+Green+Blue) = 147+255+14=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 255 (100% from 255 or 61.30% from 416); Blue value is 14 (5.86% from 255 or 3.37% from 416); Max value from RGB is 255 - color contains mainly: green. Hex color #93FF0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93FF0E is #6C00F1. Grayscale: #C4C4C4. Windows color (decimal): -7078130 or 982931. OLE color: 982931.

HSL color Cylindrical-coordinate representation of color #93FF0E: hue angle of 86.89º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93FF0E is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 147 255 14 -
CMYK 0.42 0 0.95 0
HSL 86.89º 1% 0.53% -
HSV(B) 86.89º 0.95% 1% -
XYZ 47.87 77.75 12.9 -
YUV 195.23 25.72 93.6 -
System Red Green Blue C M Y K H S L
Decimal 147 255 14 0.42 0 0.95 0 86.89 1 0.53
Hex 93 FF E 2A 0 5F 0 57 64 35
Octal 223 377 16 52 0 137 0 127 144 65
Binary 10010011 11111111 1110 101010 0 1011111 0 1010111 1100100 110101

Color Harmonies of #93FF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FF0E

Black with #93FF0E

Text Example


Text Example

White with #93FF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,255,14); }

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

background-color css

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

 a { background-color: rgb(147,255,14); }

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

border-color css

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

 span { border-color: rgb(147,255,14); }

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