Html Css Color HEX #92FC0E Chartreuse

📋 copy color: '#92FC0E'

red 146 ◦ green 252 ◦ blue 14

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

Shades of Chartreuse #92FC0E

Tints of Chartreuse #92FC0E

RGB

 RED value IS 146 (57.42% from 255) = 35.44%

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

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

R = 35.44%
G = 61.17%
B = 3.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#92FC0E (or 0x92FC0E) is known color: Chartreuse. HEX triplet: 92, FC and 0E. RGB value is (146,252,14). Sum of RGB (Red+Green+Blue) = 146+252+14=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 252 (98.83% from 255 or 61.17% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 252 - color contains mainly: green. Hex color #92FC0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92FC0E is #6D03F1. Grayscale: #C2C2C2. Windows color (decimal): -7144434 or 982162. OLE color: 982162.

HSL color Cylindrical-coordinate representation of color #92FC0E: hue angle of 86.72º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #92FC0E is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 146 252 14 -
CMYK 0.42 0 0.94 0.01
HSL 86.72º 0.98% 0.52% -
HSV(B) 86.72º 0.94% 0.99% -
XYZ 46.74 75.76 12.58 -
YUV 193.17 26.88 94.35 -
System Red Green Blue C M Y K H S L
Decimal 146 252 14 0.42 0 0.94 0.01 86.72 0.98 0.52
Hex 92 FC E 2A 0 5E 1 57 62 34
Octal 222 374 16 52 0 136 1 127 142 64
Binary 10010010 11111100 1110 101010 0 1011110 1 1010111 1100010 110100

Color Harmonies of #92FC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92FC0E

Black with #92FC0E

Text Example


Text Example

White with #92FC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92FC0E; }

 p { color: rgb(146,252,14); }

 H1.HeaderClassName
 {
   color: #92FC0E;
 }
 .AnyTagClassName
 {
   color: #92FC0E;
 }
</style>

background-color css

<style>
 a { background-color: #92FC0E; }

 a { background-color: rgb(146,252,14); }

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

border-color css

<style>
 span { border-color: #92FC0E; }

 span { border-color: rgb(146,252,14); }

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