Html Css Color HEX #A0F001 Spring Bud

📋 copy color: '#A0F001'

red 160 ◦ green 240 ◦ blue 1

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

Shades of Spring Bud #A0F001

Tints of Spring Bud #A0F001

RGB

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

 GREEN value IS 240 (94.14% from 255) = 59.85%

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

R = 39.9%
G = 59.85%
B = 0.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#A0F001 (or 0xA0F001) is known color: Spring Bud. HEX triplet: A0, F0 and 01. RGB value is (160,240,1). Sum of RGB (Red+Green+Blue) = 160+240+1=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 240 (94.14% from 255 or 59.85% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F001 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F001 is #5F0FFE. Grayscale: #BDBDBD. Windows color (decimal): -6230015 or 127136. OLE color: 127136.

HSL color Cylindrical-coordinate representation of color #A0F001: hue angle of 80.08º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0F001 is Cyan = 0.33, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 240 1 -
CMYK 0.33 0 1.00 0.06
HSL 80.08º 0.99% 0.47% -
HSV(B) 80.08º 1% 0.94% -
XYZ 45.66 69.8 11.09 -
YUV 188.83 22 107.43 -
System Red Green Blue C M Y K H S L
Decimal 160 240 1 0.33 0 1.00 0.06 80.08 0.99 0.47
Hex A0 F0 1 21 0 64 6 50 63 2F
Octal 240 360 1 41 0 144 6 120 143 57
Binary 10100000 11110000 1 100001 0 1100100 110 1010000 1100011 101111

Color Harmonies of #A0F001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F001

Black with #A0F001

Text Example


Text Example

White with #A0F001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F001; }

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

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

background-color css

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

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

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

border-color css

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

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

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