Html Css Color HEX #A0FB18 Spring Bud

📋 copy color: '#A0FB18'

red 160 ◦ green 251 ◦ blue 24

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

Shades of Spring Bud #A0FB18

Tints of Spring Bud #A0FB18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.52%

R = 36.78%
G = 57.7%
B = 5.52%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#A0FB18 (or 0xA0FB18) is known color: Spring Bud. HEX triplet: A0, FB and 18. RGB value is (160,251,24). Sum of RGB (Red+Green+Blue) = 160+251+24=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 251 (98.44% from 255 or 57.70% from 435); Blue value is 24 (9.77% from 255 or 5.52% from 435); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FB18 is #5F04E7. Grayscale: #C6C6C6. Windows color (decimal): -6227176 or 1637280. OLE color: 1637280.

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

Color convert

RGB 160 251 24 -
CMYK 0.36 0 0.90 0.02
HSL 84.05º 0.97% 0.54% -
HSV(B) 84.05º 0.9% 0.98% -
XYZ 49.16 76.53 13.05 -
YUV 197.91 29.85 100.96 -
System Red Green Blue C M Y K H S L
Decimal 160 251 24 0.36 0 0.90 0.02 84.05 0.97 0.54
Hex A0 FB 18 24 0 5A 2 54 61 36
Octal 240 373 30 44 0 132 2 124 141 66
Binary 10100000 11111011 11000 100100 0 1011010 10 1010100 1100001 110110

Color Harmonies of #A0FB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FB18

Black with #A0FB18

Text Example


Text Example

White with #A0FB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FB18; }

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

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

background-color css

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

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

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

border-color css

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

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

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