Html Css Color HEX #A2F706 Spring Bud

📋 copy color: '#A2F706'

red 162 ◦ green 247 ◦ blue 6

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

Shades of Spring Bud #A2F706

Tints of Spring Bud #A2F706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.45%

R = 39.04%
G = 59.52%
B = 1.45%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#A2F706 (or 0xA2F706) is known color: Spring Bud. HEX triplet: A2, F7 and 06. RGB value is (162,247,6). Sum of RGB (Red+Green+Blue) = 162+247+6=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 247 (96.88% from 255 or 59.52% from 415); Blue value is 6 (2.73% from 255 or 1.45% from 415); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F706 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F706 is #5D08F9. Grayscale: #C2C2C2. Windows color (decimal): -6097146 or 456610. OLE color: 456610.

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

Color convert

RGB 162 247 6 -
CMYK 0.34 0 0.98 0.03
HSL 81.16º 0.95% 0.5% -
HSV(B) 81.16º 0.98% 0.97% -
XYZ 48.19 74.22 11.96 -
YUV 194.11 21.84 105.1 -
System Red Green Blue C M Y K H S L
Decimal 162 247 6 0.34 0 0.98 0.03 81.16 0.95 0.5
Hex A2 F7 6 22 0 62 3 51 5F 32
Octal 242 367 6 42 0 142 3 121 137 62
Binary 10100010 11110111 110 100010 0 1100010 11 1010001 1011111 110010

Color Harmonies of #A2F706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F706

Black with #A2F706

Text Example


Text Example

White with #A2F706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F706; }

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

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

background-color css

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

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

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

border-color css

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

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

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