Html Css Color HEX #92F010 Spring Bud

📋 copy color: '#92F010'

red 146 ◦ green 240 ◦ blue 16

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

Shades of Spring Bud #92F010

Tints of Spring Bud #92F010

RGB

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

 GREEN value IS 240 (94.14% from 255) = 59.7%

 BLUE value IS 16 (6.64% from 255) = 3.98%

R = 36.32%
G = 59.7%
B = 3.98%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#92F010 (or 0x92F010) is known color: Spring Bud. HEX triplet: 92, F0 and 10. RGB value is (146,240,16). Sum of RGB (Red+Green+Blue) = 146+240+16=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 240 (94.14% from 255 or 59.70% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 240 - color contains mainly: green. Hex color #92F010 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92F010 is #6D0FEF. Grayscale: #BBBBBB. Windows color (decimal): -7147504 or 1110162. OLE color: 1110162.

HSL color Cylindrical-coordinate representation of color #92F010: hue angle of 85.18º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #92F010 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 146 240 16 -
CMYK 0.39 0 0.93 0.06
HSL 85.18º 0.88% 0.5% -
HSV(B) 85.18º 0.93% 0.94% -
XYZ 43.11 68.47 11.43 -
YUV 186.36 31.86 99.21 -
System Red Green Blue C M Y K H S L
Decimal 146 240 16 0.39 0 0.93 0.06 85.18 0.88 0.5
Hex 92 F0 10 27 0 5D 6 55 58 32
Octal 222 360 20 47 0 135 6 125 130 62
Binary 10010010 11110000 10000 100111 0 1011101 110 1010101 1011000 110010

Color Harmonies of #92F010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92F010

Black with #92F010

Text Example


Text Example

White with #92F010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,240,16); }

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

background-color css

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

 a { background-color: rgb(146,240,16); }

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

border-color css

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

 span { border-color: rgb(146,240,16); }

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