Html Css Color HEX #92FA0A Chartreuse

📋 copy color: '#92FA0A'

red 146 ◦ green 250 ◦ blue 10

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

Shades of Chartreuse #92FA0A

Tints of Chartreuse #92FA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.46%

R = 35.96%
G = 61.58%
B = 2.46%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#92FA0A (or 0x92FA0A) is known color: Chartreuse. HEX triplet: 92, FA and 0A. RGB value is (146,250,10). Sum of RGB (Red+Green+Blue) = 146+250+10=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 250 (98.05% from 255 or 61.58% from 406); Blue value is 10 (4.30% from 255 or 2.46% from 406); Max value from RGB is 250 - color contains mainly: green. Hex color #92FA0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92FA0A is #6D05F5. Grayscale: #C0C0C0. Windows color (decimal): -7144950 or 719506. OLE color: 719506.

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

Color convert

RGB 146 250 10 -
CMYK 0.42 0 0.96 0.02
HSL 86º 0.96% 0.51% -
HSV(B) 86º 0.96% 0.98% -
XYZ 46.09 74.5 12.24 -
YUV 191.54 25.54 95.51 -
System Red Green Blue C M Y K H S L
Decimal 146 250 10 0.42 0 0.96 0.02 86 0.96 0.51
Hex 92 FA A 2A 0 60 2 56 60 33
Octal 222 372 12 52 0 140 2 126 140 63
Binary 10010010 11111010 1010 101010 0 1100000 10 1010110 1100000 110011

Color Harmonies of #92FA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92FA0A

Black with #92FA0A

Text Example


Text Example

White with #92FA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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