Html Css Color HEX #A0F918 Spring Bud

📋 copy color: '#A0F918'

red 160 ◦ green 249 ◦ blue 24

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

Shades of Spring Bud #A0F918

Tints of Spring Bud #A0F918

RGB

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

 GREEN value IS 249 (97.66% from 255) = 57.51%

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

R = 36.95%
G = 57.51%
B = 5.54%

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

#A0F918 (or 0xA0F918) is known color: Spring Bud. HEX triplet: A0, F9 and 18. RGB value is (160,249,24). Sum of RGB (Red+Green+Blue) = 160+249+24=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 249 (97.66% from 255 or 57.51% from 433); Blue value is 24 (9.77% from 255 or 5.54% from 433); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F918 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F918 is #5F06E7. Grayscale: #C5C5C5. Windows color (decimal): -6227688 or 1636768. OLE color: 1636768.

HSL color Cylindrical-coordinate representation of color #A0F918: hue angle of 83.73º degrees, saturation: 0.95, 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 #A0F918 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 249 24 -
CMYK 0.36 0 0.90 0.02
HSL 83.73º 0.95% 0.54% -
HSV(B) 83.73º 0.9% 0.98% -
XYZ 48.54 75.29 12.84 -
YUV 196.74 30.51 101.8 -
System Red Green Blue C M Y K H S L
Decimal 160 249 24 0.36 0 0.90 0.02 83.73 0.95 0.54
Hex A0 F9 18 24 0 5A 2 54 5F 36
Octal 240 371 30 44 0 132 2 124 137 66
Binary 10100000 11111001 11000 100100 0 1011010 10 1010100 1011111 110110

Color Harmonies of #A0F918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F918

Black with #A0F918

Text Example


Text Example

White with #A0F918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F918; }

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

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

background-color css

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

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

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

border-color css

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

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

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