Html Css Color HEX #A2F70A Spring Bud

📋 copy color: '#A2F70A'

red 162 ◦ green 247 ◦ blue 10

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

Shades of Spring Bud #A2F70A

Tints of Spring Bud #A2F70A

RGB

 RED value IS 162 (63.67% from 255) = 38.66%

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

 BLUE value IS 10 (4.3% from 255) = 2.39%

R = 38.66%
G = 58.95%
B = 2.39%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#A2F70A (or 0xA2F70A) is known color: Spring Bud. HEX triplet: A2, F7 and 0A. RGB value is (162,247,10). Sum of RGB (Red+Green+Blue) = 162+247+10=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 247 (96.88% from 255 or 58.95% from 419); Blue value is 10 (4.30% from 255 or 2.39% from 419); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F70A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F70A is #5D08F5. Grayscale: #C3C3C3. Windows color (decimal): -6097142 or 718754. OLE color: 718754.

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

Color convert

RGB 162 247 10 -
CMYK 0.34 0 0.96 0.03
HSL 81.52º 0.94% 0.5% -
HSV(B) 81.52º 0.96% 0.97% -
XYZ 48.22 74.22 12.07 -
YUV 194.57 23.84 104.77 -
System Red Green Blue C M Y K H S L
Decimal 162 247 10 0.34 0 0.96 0.03 81.52 0.94 0.5
Hex A2 F7 A 22 0 60 3 52 5E 32
Octal 242 367 12 42 0 140 3 122 136 62
Binary 10100010 11110111 1010 100010 0 1100000 11 1010010 1011110 110010

Color Harmonies of #A2F70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F70A

Black with #A2F70A

Text Example


Text Example

White with #A2F70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F70A; }

 p { color: rgb(162,247,10); }

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

background-color css

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

 a { background-color: rgb(162,247,10); }

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

border-color css

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

 span { border-color: rgb(162,247,10); }

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