Html Css Color HEX #A0FF05 Spring Bud

📋 copy color: '#A0FF05'

red 160 ◦ green 255 ◦ blue 5

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

Shades of Spring Bud #A0FF05

Tints of Spring Bud #A0FF05

RGB

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

 GREEN value IS 255 (100% from 255) = 60.71%

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

R = 38.1%
G = 60.71%
B = 1.19%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#A0FF05 (or 0xA0FF05) is known color: Spring Bud. HEX triplet: A0, FF and 05. RGB value is (160,255,5). Sum of RGB (Red+Green+Blue) = 160+255+5=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 255 (100% from 255 or 60.71% from 420); Blue value is 5 (2.34% from 255 or 1.19% from 420); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FF05 is #5F00FA. Grayscale: #C7C7C7. Windows color (decimal): -6226171 or 393120. OLE color: 393120.

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

Color convert

RGB 160 255 5 -
CMYK 0.37 0 0.98 0
HSL 82.8º 1% 0.51% -
HSV(B) 82.8º 0.98% 1% -
XYZ 50.28 79 12.74 -
YUV 198.1 19.03 100.83 -
System Red Green Blue C M Y K H S L
Decimal 160 255 5 0.37 0 0.98 0 82.8 1 0.51
Hex A0 FF 5 25 0 62 0 53 64 33
Octal 240 377 5 45 0 142 0 123 144 63
Binary 10100000 11111111 101 100101 0 1100010 0 1010011 1100100 110011

Color Harmonies of #A0FF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FF05

Black with #A0FF05

Text Example


Text Example

White with #A0FF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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