Html Css Color HEX #A0EB0A Spring Bud

📋 copy color: '#A0EB0A'

red 160 ◦ green 235 ◦ blue 10

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

Shades of Spring Bud #A0EB0A

Tints of Spring Bud #A0EB0A

RGB

 RED value IS 160 (62.89% from 255) = 39.51%

 GREEN value IS 235 (92.19% from 255) = 58.02%

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

R = 39.51%
G = 58.02%
B = 2.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#A0EB0A (or 0xA0EB0A) is known color: Spring Bud. HEX triplet: A0, EB and 0A. RGB value is (160,235,10). Sum of RGB (Red+Green+Blue) = 160+235+10=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 235 (92.19% from 255 or 58.02% from 405); Blue value is 10 (4.30% from 255 or 2.47% from 405); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EB0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0EB0A is #5F14F5. Grayscale: #BBBBBB. Windows color (decimal): -6231286 or 715680. OLE color: 715680.

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

Color convert

RGB 160 235 10 -
CMYK 0.32 0 0.96 0.08
HSL 80º 0.92% 0.48% -
HSV(B) 80º 0.96% 0.92% -
XYZ 44.26 66.91 10.87 -
YUV 186.93 28.15 108.8 -
System Red Green Blue C M Y K H S L
Decimal 160 235 10 0.32 0 0.96 0.08 80 0.92 0.48
Hex A0 EB A 20 0 60 8 50 5C 30
Octal 240 353 12 40 0 140 10 120 134 60
Binary 10100000 11101011 1010 100000 0 1100000 1000 1010000 1011100 110000

Color Harmonies of #A0EB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EB0A

Black with #A0EB0A

Text Example


Text Example

White with #A0EB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EB0A; }

 p { color: rgb(160,235,10); }

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

background-color css

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

 a { background-color: rgb(160,235,10); }

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

border-color css

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

 span { border-color: rgb(160,235,10); }

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