#A0F609

Color #A0F609 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #A0F609

Tints of Spring Bud #A0F609

Color information

#A0F609 (or 0xA0F609) is unknown color: approx Spring Bud. HEX triplet: A0, F6 and 09. RGB value is (160,246,9). Sum of RGB (Red+Green+Blue) = 160+246+9=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 246 (96.48% from 255 or 59.28% from 415); Blue value is 9 (3.91% from 255 or 2.17% from 415); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F609 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F609 is #5F09F6. Grayscale: #C2C2C2. Windows color (decimal): -6228471 or 652960. OLE color: 652960.

HSL color Cylindrical-coordinate representation of color #A0F609: hue angle of 81.77º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0F609 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB1602469-
CMYK0.3500.960.04
HSL81.77º92.94%50%-
HSV(B)81.77º96.34%96.47%-
XYZ47.573.411.92-
YUV193.2724.01104.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.55%
GREEN value IS 246 (96.48% from 255) = 59.28%
BLUE value IS 9 (3.91% from 255) = 2.17%
R=38.55%
G=59.28%
B=2.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal16024690.3500.960.0481.7792.9450
HexA0F69230604525d32
Octal24036611430140412213562
Binary101000001111011010011000110110000010010100101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F609; }

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

 H1.HeaderClassName
 {
   color: #A0F609;
 }
 .AnyTagClassName
 {
   color: #A0F609;
 }
</style>
background-color css

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

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

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

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

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

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