Html Css Color HEX #92ED0E Spring Bud

📋 copy color: '#92ED0E'

red 146 ◦ green 237 ◦ blue 14

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

Shades of Spring Bud #92ED0E

Tints of Spring Bud #92ED0E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 59.7%

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

R = 36.78%
G = 59.7%
B = 3.53%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#92ED0E (or 0x92ED0E) is known color: Spring Bud. HEX triplet: 92, ED and 0E. RGB value is (146,237,14). Sum of RGB (Red+Green+Blue) = 146+237+14=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 237 (92.97% from 255 or 59.70% from 397); Blue value is 14 (5.86% from 255 or 3.53% from 397); Max value from RGB is 237 - color contains mainly: green. Hex color #92ED0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92ED0E is #6D12F1. Grayscale: #B9B9B9. Windows color (decimal): -7148274 or 978322. OLE color: 978322.

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

Color convert

RGB 146 237 14 -
CMYK 0.38 0 0.94 0.07
HSL 84.48º 0.89% 0.49% -
HSV(B) 84.48º 0.94% 0.93% -
XYZ 42.22 66.71 11.07 -
YUV 184.37 31.85 100.63 -
System Red Green Blue C M Y K H S L
Decimal 146 237 14 0.38 0 0.94 0.07 84.48 0.89 0.49
Hex 92 ED E 26 0 5E 7 54 59 31
Octal 222 355 16 46 0 136 7 124 131 61
Binary 10010010 11101101 1110 100110 0 1011110 111 1010100 1011001 110001

Color Harmonies of #92ED0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ED0E

Black with #92ED0E

Text Example


Text Example

White with #92ED0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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