Html Css Color HEX #A0FC12 Spring Bud

📋 copy color: '#A0FC12'

red 160 ◦ green 252 ◦ blue 18

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

Shades of Spring Bud #A0FC12

Tints of Spring Bud #A0FC12

RGB

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

 GREEN value IS 252 (98.83% from 255) = 58.6%

 BLUE value IS 18 (7.42% from 255) = 4.19%

R = 37.21%
G = 58.6%
B = 4.19%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#A0FC12 (or 0xA0FC12) is known color: Spring Bud. HEX triplet: A0, FC and 12. RGB value is (160,252,18). Sum of RGB (Red+Green+Blue) = 160+252+18=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 252 (98.83% from 255 or 58.60% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FC12 is #5F03ED. Grayscale: #C6C6C6. Windows color (decimal): -6226926 or 1244320. OLE color: 1244320.

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

Color convert

RGB 160 252 18 -
CMYK 0.37 0 0.93 0.01
HSL 83.59º 0.98% 0.53% -
HSV(B) 83.59º 0.93% 0.99% -
XYZ 49.42 77.14 12.86 -
YUV 197.82 26.52 101.03 -
System Red Green Blue C M Y K H S L
Decimal 160 252 18 0.37 0 0.93 0.01 83.59 0.98 0.53
Hex A0 FC 12 25 0 5D 1 54 62 35
Octal 240 374 22 45 0 135 1 124 142 65
Binary 10100000 11111100 10010 100101 0 1011101 1 1010100 1100010 110101

Color Harmonies of #A0FC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FC12

Black with #A0FC12

Text Example


Text Example

White with #A0FC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FC12; }

 p { color: rgb(160,252,18); }

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

background-color css

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

 a { background-color: rgb(160,252,18); }

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

border-color css

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

 span { border-color: rgb(160,252,18); }

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