Html Css Color HEX #A0EA09 Spring Bud

📋 copy color: '#A0EA09'

red 160 ◦ green 234 ◦ blue 9

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

Shades of Spring Bud #A0EA09

Tints of Spring Bud #A0EA09

RGB

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

 GREEN value IS 234 (91.8% from 255) = 58.06%

 BLUE value IS 9 (3.91% from 255) = 2.23%

R = 39.7%
G = 58.06%
B = 2.23%

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

#A0EA09 (or 0xA0EA09) is known color: Spring Bud. HEX triplet: A0, EA and 09. RGB value is (160,234,9). Sum of RGB (Red+Green+Blue) = 160+234+9=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 234 (91.80% from 255 or 58.06% from 403); Blue value is 9 (3.91% from 255 or 2.23% from 403); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0EA09 is #5F15F6. Grayscale: #BBBBBB. Windows color (decimal): -6231543 or 649888. OLE color: 649888.

HSL color Cylindrical-coordinate representation of color #A0EA09: hue angle of 79.73º degrees, saturation: 0.93, 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 #A0EA09 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 234 9 -
CMYK 0.32 0 0.96 0.08
HSL 79.73º 0.93% 0.48% -
HSV(B) 79.73º 0.96% 0.92% -
XYZ 43.97 66.34 10.75 -
YUV 186.22 27.98 109.3 -
System Red Green Blue C M Y K H S L
Decimal 160 234 9 0.32 0 0.96 0.08 79.73 0.93 0.48
Hex A0 EA 9 20 0 60 8 50 5D 30
Octal 240 352 11 40 0 140 10 120 135 60
Binary 10100000 11101010 1001 100000 0 1100000 1000 1010000 1011101 110000

Color Harmonies of #A0EA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EA09

Black with #A0EA09

Text Example


Text Example

White with #A0EA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EA09; }

 p { color: rgb(160,234,9); }

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

background-color css

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

 a { background-color: rgb(160,234,9); }

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

border-color css

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

 span { border-color: rgb(160,234,9); }

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