Html Css Color HEX #92F10C Spring Bud

📋 copy color: '#92F10C'

red 146 ◦ green 241 ◦ blue 12

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

Shades of Spring Bud #92F10C

Tints of Spring Bud #92F10C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 60.4%

 BLUE value IS 12 (5.08% from 255) = 3.01%

R = 36.59%
G = 60.4%
B = 3.01%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#92F10C (or 0x92F10C) is known color: Spring Bud. HEX triplet: 92, F1 and 0C. RGB value is (146,241,12). Sum of RGB (Red+Green+Blue) = 146+241+12=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 241 (94.53% from 255 or 60.40% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 241 - color contains mainly: green. Hex color #92F10C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92F10C is #6D0EF3. Grayscale: #BBBBBB. Windows color (decimal): -7147252 or 848274. OLE color: 848274.

HSL color Cylindrical-coordinate representation of color #92F10C: hue angle of 84.89º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #92F10C is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 146 241 12 -
CMYK 0.39 0 0.95 0.05
HSL 84.89º 0.91% 0.5% -
HSV(B) 84.89º 0.95% 0.95% -
XYZ 43.38 69.05 11.39 -
YUV 186.49 29.53 99.12 -
System Red Green Blue C M Y K H S L
Decimal 146 241 12 0.39 0 0.95 0.05 84.89 0.91 0.5
Hex 92 F1 C 27 0 5F 5 55 5B 32
Octal 222 361 14 47 0 137 5 125 133 62
Binary 10010010 11110001 1100 100111 0 1011111 101 1010101 1011011 110010

Color Harmonies of #92F10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92F10C

Black with #92F10C

Text Example


Text Example

White with #92F10C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,241,12); }

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

background-color css

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

 a { background-color: rgb(146,241,12); }

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

border-color css

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

 span { border-color: rgb(146,241,12); }

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