Html Css Color HEX #A0F508 Spring Bud

📋 copy color: '#A0F508'

red 160 ◦ green 245 ◦ blue 8

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

Shades of Spring Bud #A0F508

Tints of Spring Bud #A0F508

RGB

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

 GREEN value IS 245 (96.09% from 255) = 59.32%

 BLUE value IS 8 (3.52% from 255) = 1.94%

R = 38.74%
G = 59.32%
B = 1.94%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#A0F508 (or 0xA0F508) is known color: Spring Bud. HEX triplet: A0, F5 and 08. RGB value is (160,245,8). Sum of RGB (Red+Green+Blue) = 160+245+8=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 245 (96.09% from 255 or 59.32% from 413); Blue value is 8 (3.52% from 255 or 1.94% from 413); Max value from RGB is 245 - color contains mainly: green. Hex color #A0F508 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F508 is #5F0AF7. Grayscale: #C1C1C1. Windows color (decimal): -6228728 or 587168. OLE color: 587168.

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

Color convert

RGB 160 245 8 -
CMYK 0.35 0 0.97 0.04
HSL 81.52º 0.94% 0.5% -
HSV(B) 81.52º 0.97% 0.96% -
XYZ 47.19 72.8 11.79 -
YUV 192.57 23.84 104.77 -
System Red Green Blue C M Y K H S L
Decimal 160 245 8 0.35 0 0.97 0.04 81.52 0.94 0.5
Hex A0 F5 8 23 0 61 4 52 5E 32
Octal 240 365 10 43 0 141 4 122 136 62
Binary 10100000 11110101 1000 100011 0 1100001 100 1010010 1011110 110010

Color Harmonies of #A0F508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F508

Black with #A0F508

Text Example


Text Example

White with #A0F508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F508; }

 p { color: rgb(160,245,8); }

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

background-color css

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

 a { background-color: rgb(160,245,8); }

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

border-color css

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

 span { border-color: rgb(160,245,8); }

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