Html Css Color HEX #92F20E Chartreuse

📋 copy color: '#92F20E'

red 146 ◦ green 242 ◦ blue 14

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

Shades of Chartreuse #92F20E

Tints of Chartreuse #92F20E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 60.2%

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

R = 36.32%
G = 60.2%
B = 3.48%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#92F20E (or 0x92F20E) is known color: Chartreuse. HEX triplet: 92, F2 and 0E. RGB value is (146,242,14). Sum of RGB (Red+Green+Blue) = 146+242+14=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 242 (94.92% from 255 or 60.20% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 242 - color contains mainly: green. Hex color #92F20E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92F20E is #6D0DF1. Grayscale: #BCBCBC. Windows color (decimal): -7146994 or 979602. OLE color: 979602.

HSL color Cylindrical-coordinate representation of color #92F20E: hue angle of 85.26º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #92F20E is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 146 242 14 -
CMYK 0.40 0 0.94 0.05
HSL 85.26º 0.9% 0.5% -
HSV(B) 85.26º 0.94% 0.95% -
XYZ 43.69 69.65 11.56 -
YUV 187.3 30.2 98.54 -
System Red Green Blue C M Y K H S L
Decimal 146 242 14 0.40 0 0.94 0.05 85.26 0.9 0.5
Hex 92 F2 E 28 0 5E 5 55 5A 32
Octal 222 362 16 50 0 136 5 125 132 62
Binary 10010010 11110010 1110 101000 0 1011110 101 1010101 1011010 110010

Color Harmonies of #92F20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92F20E

Black with #92F20E

Text Example


Text Example

White with #92F20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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