Html Css Color HEX #A0F70C Spring Bud

📋 copy color: '#A0F70C'

red 160 ◦ green 247 ◦ blue 12

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

Shades of Spring Bud #A0F70C

Tints of Spring Bud #A0F70C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 58.95%

 BLUE value IS 12 (5.08% from 255) = 2.86%

R = 38.19%
G = 58.95%
B = 2.86%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#A0F70C (or 0xA0F70C) is known color: Spring Bud. HEX triplet: A0, F7 and 0C. RGB value is (160,247,12). Sum of RGB (Red+Green+Blue) = 160+247+12=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 247 (96.88% from 255 or 58.95% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F70C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F70C is #5F08F3. Grayscale: #C3C3C3. Windows color (decimal): -6228212 or 849824. OLE color: 849824.

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

Color convert

RGB 160 247 12 -
CMYK 0.35 0 0.95 0.03
HSL 82.21º 0.94% 0.51% -
HSV(B) 82.21º 0.95% 0.97% -
XYZ 47.82 74.02 12.11 -
YUV 194.2 25.18 103.61 -
System Red Green Blue C M Y K H S L
Decimal 160 247 12 0.35 0 0.95 0.03 82.21 0.94 0.51
Hex A0 F7 C 23 0 5F 3 52 5E 33
Octal 240 367 14 43 0 137 3 122 136 63
Binary 10100000 11110111 1100 100011 0 1011111 11 1010010 1011110 110011

Color Harmonies of #A0F70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F70C

Black with #A0F70C

Text Example


Text Example

White with #A0F70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F70C; }

 p { color: rgb(160,247,12); }

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

background-color css

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

 a { background-color: rgb(160,247,12); }

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

border-color css

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

 span { border-color: rgb(160,247,12); }

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