Html Css Color HEX #92EC0A Spring Bud

📋 copy color: '#92EC0A'

red 146 ◦ green 236 ◦ blue 10

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

Shades of Spring Bud #92EC0A

Tints of Spring Bud #92EC0A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 60.2%

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

R = 37.24%
G = 60.2%
B = 2.55%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#92EC0A (or 0x92EC0A) is known color: Spring Bud. HEX triplet: 92, EC and 0A. RGB value is (146,236,10). Sum of RGB (Red+Green+Blue) = 146+236+10=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 236 (92.58% from 255 or 60.20% from 392); Blue value is 10 (4.30% from 255 or 2.55% from 392); Max value from RGB is 236 - color contains mainly: green. Hex color #92EC0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92EC0A is #6D13F5. Grayscale: #B8B8B8. Windows color (decimal): -7148534 or 715922. OLE color: 715922.

HSL color Cylindrical-coordinate representation of color #92EC0A: hue angle of 83.89º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #92EC0A is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 236 10 -
CMYK 0.38 0 0.96 0.07
HSL 83.89º 0.92% 0.48% -
HSV(B) 83.89º 0.96% 0.93% -
XYZ 41.9 66.12 10.84 -
YUV 183.33 30.18 101.38 -
System Red Green Blue C M Y K H S L
Decimal 146 236 10 0.38 0 0.96 0.07 83.89 0.92 0.48
Hex 92 EC A 26 0 60 7 54 5C 30
Octal 222 354 12 46 0 140 7 124 134 60
Binary 10010010 11101100 1010 100110 0 1100000 111 1010100 1011100 110000

Color Harmonies of #92EC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92EC0A

Black with #92EC0A

Text Example


Text Example

White with #92EC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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