Html Css Color HEX #92FA0D Chartreuse

📋 copy color: '#92FA0D'

red 146 ◦ green 250 ◦ blue 13

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

Shades of Chartreuse #92FA0D

Tints of Chartreuse #92FA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.18%

R = 35.7%
G = 61.12%
B = 3.18%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#92FA0D (or 0x92FA0D) is known color: Chartreuse. HEX triplet: 92, FA and 0D. RGB value is (146,250,13). Sum of RGB (Red+Green+Blue) = 146+250+13=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 250 (98.05% from 255 or 61.12% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 250 - color contains mainly: green. Hex color #92FA0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92FA0D is #6D05F2. Grayscale: #C0C0C0. Windows color (decimal): -7144947 or 916114. OLE color: 916114.

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

Color convert

RGB 146 250 13 -
CMYK 0.42 0 0.95 0.02
HSL 86.33º 0.96% 0.52% -
HSV(B) 86.33º 0.95% 0.98% -
XYZ 46.11 74.51 12.33 -
YUV 191.89 27.04 95.27 -
System Red Green Blue C M Y K H S L
Decimal 146 250 13 0.42 0 0.95 0.02 86.33 0.96 0.52
Hex 92 FA D 2A 0 5F 2 56 60 34
Octal 222 372 15 52 0 137 2 126 140 64
Binary 10010010 11111010 1101 101010 0 1011111 10 1010110 1100000 110100

Color Harmonies of #92FA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92FA0D

Black with #92FA0D

Text Example


Text Example

White with #92FA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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