Html Css Color HEX #A0F209 Spring Bud

📋 copy color: '#A0F209'

red 160 ◦ green 242 ◦ blue 9

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

Shades of Spring Bud #A0F209

Tints of Spring Bud #A0F209

RGB

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

 GREEN value IS 242 (94.92% from 255) = 58.88%

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

R = 38.93%
G = 58.88%
B = 2.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#A0F209 (or 0xA0F209) is known color: Spring Bud. HEX triplet: A0, F2 and 09. RGB value is (160,242,9). Sum of RGB (Red+Green+Blue) = 160+242+9=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 242 (94.92% from 255 or 58.88% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F209 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F209 is #5F0DF6. Grayscale: #BFBFBF. Windows color (decimal): -6229495 or 651936. OLE color: 651936.

HSL color Cylindrical-coordinate representation of color #A0F209: hue angle of 81.12º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0F209 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 242 9 -
CMYK 0.34 0 0.96 0.05
HSL 81.12º 0.93% 0.49% -
HSV(B) 81.12º 0.96% 0.95% -
XYZ 46.3 71 11.52 -
YUV 190.92 25.33 105.95 -
System Red Green Blue C M Y K H S L
Decimal 160 242 9 0.34 0 0.96 0.05 81.12 0.93 0.49
Hex A0 F2 9 22 0 60 5 51 5D 31
Octal 240 362 11 42 0 140 5 121 135 61
Binary 10100000 11110010 1001 100010 0 1100000 101 1010001 1011101 110001

Color Harmonies of #A0F209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F209

Black with #A0F209

Text Example


Text Example

White with #A0F209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F209; }

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

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

background-color css

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

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

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

border-color css

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

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

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