Html Css Color HEX #A0F805 Spring Bud

📋 copy color: '#A0F805'

red 160 ◦ green 248 ◦ blue 5

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

Shades of Spring Bud #A0F805

Tints of Spring Bud #A0F805

RGB

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

 GREEN value IS 248 (97.27% from 255) = 60.05%

 BLUE value IS 5 (2.34% from 255) = 1.21%

R = 38.74%
G = 60.05%
B = 1.21%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#A0F805 (or 0xA0F805) is known color: Spring Bud. HEX triplet: A0, F8 and 05. RGB value is (160,248,5). Sum of RGB (Red+Green+Blue) = 160+248+5=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 248 (97.27% from 255 or 60.05% from 413); Blue value is 5 (2.34% from 255 or 1.21% from 413); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F805 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F805 is #5F07FA. Grayscale: #C2C2C2. Windows color (decimal): -6227963 or 391328. OLE color: 391328.

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

Color convert

RGB 160 248 5 -
CMYK 0.35 0 0.98 0.03
HSL 81.73º 0.96% 0.5% -
HSV(B) 81.73º 0.98% 0.97% -
XYZ 48.09 74.62 12.01 -
YUV 193.99 21.35 103.76 -
System Red Green Blue C M Y K H S L
Decimal 160 248 5 0.35 0 0.98 0.03 81.73 0.96 0.5
Hex A0 F8 5 23 0 62 3 52 60 32
Octal 240 370 5 43 0 142 3 122 140 62
Binary 10100000 11111000 101 100011 0 1100010 11 1010010 1100000 110010

Color Harmonies of #A0F805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F805

Black with #A0F805

Text Example


Text Example

White with #A0F805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F805; }

 p { color: rgb(160,248,5); }

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

background-color css

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

 a { background-color: rgb(160,248,5); }

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

border-color css

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

 span { border-color: rgb(160,248,5); }

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