Html Css Color HEX #92FA12 Chartreuse

📋 copy color: '#92FA12'

red 146 ◦ green 250 ◦ blue 18

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

Shades of Chartreuse #92FA12

Tints of Chartreuse #92FA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.35%

R = 35.27%
G = 60.39%
B = 4.35%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#92FA12 (or 0x92FA12) is known color: Chartreuse. HEX triplet: 92, FA and 12. RGB value is (146,250,18). Sum of RGB (Red+Green+Blue) = 146+250+18=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 250 (98.05% from 255 or 60.39% from 414); Blue value is 18 (7.42% from 255 or 4.35% from 414); Max value from RGB is 250 - color contains mainly: green. Hex color #92FA12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92FA12 is #6D05ED. Grayscale: #C1C1C1. Windows color (decimal): -7144942 or 1243794. OLE color: 1243794.

HSL color Cylindrical-coordinate representation of color #92FA12: hue angle of 86.9º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #92FA12 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 146 250 18 -
CMYK 0.42 0 0.93 0.02
HSL 86.9º 0.96% 0.53% -
HSV(B) 86.9º 0.93% 0.98% -
XYZ 46.15 74.53 12.52 -
YUV 192.46 29.54 94.86 -
System Red Green Blue C M Y K H S L
Decimal 146 250 18 0.42 0 0.93 0.02 86.9 0.96 0.53
Hex 92 FA 12 2A 0 5D 2 57 60 35
Octal 222 372 22 52 0 135 2 127 140 65
Binary 10010010 11111010 10010 101010 0 1011101 10 1010111 1100000 110101

Color Harmonies of #92FA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92FA12

Black with #92FA12

Text Example


Text Example

White with #92FA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,250,18); }

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

background-color css

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

 a { background-color: rgb(146,250,18); }

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

border-color css

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

 span { border-color: rgb(146,250,18); }

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