Html Css Color HEX #A0FA09 Spring Bud

📋 copy color: '#A0FA09'

red 160 ◦ green 250 ◦ blue 9

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

Shades of Spring Bud #A0FA09

Tints of Spring Bud #A0FA09

RGB

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

 GREEN value IS 250 (98.05% from 255) = 59.67%

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

R = 38.19%
G = 59.67%
B = 2.15%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#A0FA09 (or 0xA0FA09) is known color: Spring Bud. HEX triplet: A0, FA and 09. RGB value is (160,250,9). Sum of RGB (Red+Green+Blue) = 160+250+9=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 250 (98.05% from 255 or 59.67% from 419); Blue value is 9 (3.91% from 255 or 2.15% from 419); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FA09 is #5F05F6. Grayscale: #C4C4C4. Windows color (decimal): -6227447 or 653984. OLE color: 653984.

HSL color Cylindrical-coordinate representation of color #A0FA09: hue angle of 82.41º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0FA09 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 250 9 -
CMYK 0.36 0 0.96 0.02
HSL 82.41º 0.96% 0.51% -
HSV(B) 82.41º 0.96% 0.98% -
XYZ 48.73 75.86 12.33 -
YUV 195.62 22.68 102.6 -
System Red Green Blue C M Y K H S L
Decimal 160 250 9 0.36 0 0.96 0.02 82.41 0.96 0.51
Hex A0 FA 9 24 0 60 2 52 60 33
Octal 240 372 11 44 0 140 2 122 140 63
Binary 10100000 11111010 1001 100100 0 1100000 10 1010010 1100000 110011

Color Harmonies of #A0FA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FA09

Black with #A0FA09

Text Example


Text Example

White with #A0FA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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