Html Css Color HEX #A0F608 Spring Bud

📋 copy color: '#A0F608'

red 160 ◦ green 246 ◦ blue 8

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

Shades of Spring Bud #A0F608

Tints of Spring Bud #A0F608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.93%

R = 38.65%
G = 59.42%
B = 1.93%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#A0F608 (or 0xA0F608) is known color: Spring Bud. HEX triplet: A0, F6 and 08. RGB value is (160,246,8). Sum of RGB (Red+Green+Blue) = 160+246+8=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 246 (96.48% from 255 or 59.42% from 414); Blue value is 8 (3.52% from 255 or 1.93% from 414); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F608 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F608 is #5F09F7. Grayscale: #C2C2C2. Windows color (decimal): -6228472 or 587424. OLE color: 587424.

HSL color Cylindrical-coordinate representation of color #A0F608: hue angle of 81.68º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0F608 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 246 8 -
CMYK 0.35 0 0.97 0.04
HSL 81.68º 0.94% 0.5% -
HSV(B) 81.68º 0.97% 0.96% -
XYZ 47.5 73.4 11.89 -
YUV 193.15 23.51 104.35 -
System Red Green Blue C M Y K H S L
Decimal 160 246 8 0.35 0 0.97 0.04 81.68 0.94 0.5
Hex A0 F6 8 23 0 61 4 52 5E 32
Octal 240 366 10 43 0 141 4 122 136 62
Binary 10100000 11110110 1000 100011 0 1100001 100 1010010 1011110 110010

Color Harmonies of #A0F608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F608

Black with #A0F608

Text Example


Text Example

White with #A0F608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F608; }

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

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

background-color css

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

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

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

border-color css

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

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

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