Html Css Color HEX #A0FB12 Spring Bud

📋 copy color: '#A0FB12'

red 160 ◦ green 251 ◦ blue 18

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

Shades of Spring Bud #A0FB12

Tints of Spring Bud #A0FB12

RGB

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

 GREEN value IS 251 (98.44% from 255) = 58.51%

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

R = 37.3%
G = 58.51%
B = 4.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#A0FB12 (or 0xA0FB12) is known color: Spring Bud. HEX triplet: A0, FB and 12. RGB value is (160,251,18). Sum of RGB (Red+Green+Blue) = 160+251+18=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 251 (98.44% from 255 or 58.51% from 429); Blue value is 18 (7.42% from 255 or 4.20% from 429); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FB12 is #5F04ED. Grayscale: #C6C6C6. Windows color (decimal): -6227182 or 1244064. OLE color: 1244064.

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

Color convert

RGB 160 251 18 -
CMYK 0.36 0 0.93 0.02
HSL 83.43º 0.97% 0.53% -
HSV(B) 83.43º 0.93% 0.98% -
XYZ 49.1 76.51 12.75 -
YUV 197.23 26.85 101.45 -
System Red Green Blue C M Y K H S L
Decimal 160 251 18 0.36 0 0.93 0.02 83.43 0.97 0.53
Hex A0 FB 12 24 0 5D 2 53 61 35
Octal 240 373 22 44 0 135 2 123 141 65
Binary 10100000 11111011 10010 100100 0 1011101 10 1010011 1100001 110101

Color Harmonies of #A0FB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FB12

Black with #A0FB12

Text Example


Text Example

White with #A0FB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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