Html Css Color HEX #A0EB01 Spring Bud

📋 copy color: '#A0EB01'

red 160 ◦ green 235 ◦ blue 1

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

Shades of Spring Bud #A0EB01

Tints of Spring Bud #A0EB01

RGB

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

 GREEN value IS 235 (92.19% from 255) = 59.34%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 40.4%
G = 59.34%
B = 0.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#A0EB01 (or 0xA0EB01) is known color: Spring Bud. HEX triplet: A0, EB and 01. RGB value is (160,235,1). Sum of RGB (Red+Green+Blue) = 160+235+1=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 235 (92.19% from 255 or 59.34% from 396); Blue value is 1 (0.78% from 255 or 0.25% from 396); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EB01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0EB01 is #5F14FE. Grayscale: #BABABA. Windows color (decimal): -6231295 or 125856. OLE color: 125856.

HSL color Cylindrical-coordinate representation of color #A0EB01: hue angle of 79.23º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0EB01 is Cyan = 0.32, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 235 1 -
CMYK 0.32 0 1.00 0.08
HSL 79.23º 0.99% 0.46% -
HSV(B) 79.23º 1% 0.92% -
XYZ 44.21 66.89 10.61 -
YUV 185.9 23.65 109.53 -
System Red Green Blue C M Y K H S L
Decimal 160 235 1 0.32 0 1.00 0.08 79.23 0.99 0.46
Hex A0 EB 1 20 0 64 8 4F 63 2E
Octal 240 353 1 40 0 144 10 117 143 56
Binary 10100000 11101011 1 100000 0 1100100 1000 1001111 1100011 101110

Color Harmonies of #A0EB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EB01

Black with #A0EB01

Text Example


Text Example

White with #A0EB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EB01; }

 p { color: rgb(160,235,1); }

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

background-color css

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

 a { background-color: rgb(160,235,1); }

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

border-color css

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

 span { border-color: rgb(160,235,1); }

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