Html Css Color HEX #A0FF03 Spring Bud

📋 copy color: '#A0FF03'

red 160 ◦ green 255 ◦ blue 3

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

Shades of Spring Bud #A0FF03

Tints of Spring Bud #A0FF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.72%

R = 38.28%
G = 61%
B = 0.72%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#A0FF03 (or 0xA0FF03) is known color: Spring Bud. HEX triplet: A0, FF and 03. RGB value is (160,255,3). Sum of RGB (Red+Green+Blue) = 160+255+3=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 255 (100% from 255 or 61.00% from 418); Blue value is 3 (1.56% from 255 or 0.72% from 418); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FF03 is #5F00FC. Grayscale: #C6C6C6. Windows color (decimal): -6226173 or 262048. OLE color: 262048.

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

Color convert

RGB 160 255 3 -
CMYK 0.37 0 0.99 0
HSL 82.62º 1% 0.51% -
HSV(B) 82.62º 0.99% 1% -
XYZ 50.27 79 12.69 -
YUV 197.87 18.03 100.99 -
System Red Green Blue C M Y K H S L
Decimal 160 255 3 0.37 0 0.99 0 82.62 1 0.51
Hex A0 FF 3 25 0 63 0 53 64 33
Octal 240 377 3 45 0 143 0 123 144 63
Binary 10100000 11111111 11 100101 0 1100011 0 1010011 1100100 110011

Color Harmonies of #A0FF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FF03

Black with #A0FF03

Text Example


Text Example

White with #A0FF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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