Html Css Color HEX #A0F618 Spring Bud

📋 copy color: '#A0F618'

red 160 ◦ green 246 ◦ blue 24

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

Shades of Spring Bud #A0F618

Tints of Spring Bud #A0F618

RGB

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

 GREEN value IS 246 (96.48% from 255) = 57.21%

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

R = 37.21%
G = 57.21%
B = 5.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#A0F618 (or 0xA0F618) is known color: Spring Bud. HEX triplet: A0, F6 and 18. RGB value is (160,246,24). Sum of RGB (Red+Green+Blue) = 160+246+24=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 246 (96.48% from 255 or 57.21% from 430); Blue value is 24 (9.77% from 255 or 5.58% from 430); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F618 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F618 is #5F09E7. Grayscale: #C3C3C3. Windows color (decimal): -6228456 or 1636000. OLE color: 1636000.

HSL color Cylindrical-coordinate representation of color #A0F618: hue angle of 83.24º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0F618 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 246 24 -
CMYK 0.35 0 0.90 0.04
HSL 83.24º 0.93% 0.53% -
HSV(B) 83.24º 0.9% 0.96% -
XYZ 47.62 73.45 12.53 -
YUV 194.98 31.51 103.05 -
System Red Green Blue C M Y K H S L
Decimal 160 246 24 0.35 0 0.90 0.04 83.24 0.93 0.53
Hex A0 F6 18 23 0 5A 4 53 5C 35
Octal 240 366 30 43 0 132 4 123 134 65
Binary 10100000 11110110 11000 100011 0 1011010 100 1010011 1011100 110101

Color Harmonies of #A0F618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F618

Black with #A0F618

Text Example


Text Example

White with #A0F618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F618; }

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

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

background-color css

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

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

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

border-color css

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

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

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