Html Css Color HEX #A2F705 Spring Bud

📋 copy color: '#A2F705'

red 162 ◦ green 247 ◦ blue 5

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

Shades of Spring Bud #A2F705

Tints of Spring Bud #A2F705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.21%

R = 39.13%
G = 59.66%
B = 1.21%

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

#A2F705 (or 0xA2F705) is known color: Spring Bud. HEX triplet: A2, F7 and 05. RGB value is (162,247,5). Sum of RGB (Red+Green+Blue) = 162+247+5=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 247 (96.88% from 255 or 59.66% from 414); Blue value is 5 (2.34% from 255 or 1.21% from 414); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F705 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F705 is #5D08FA. Grayscale: #C2C2C2. Windows color (decimal): -6097147 or 391074. OLE color: 391074.

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

Color convert

RGB 162 247 5 -
CMYK 0.34 0 0.98 0.03
HSL 81.07º 0.96% 0.49% -
HSV(B) 81.07º 0.98% 0.97% -
XYZ 48.19 74.21 11.93 -
YUV 194 21.34 105.18 -
System Red Green Blue C M Y K H S L
Decimal 162 247 5 0.34 0 0.98 0.03 81.07 0.96 0.49
Hex A2 F7 5 22 0 62 3 51 60 31
Octal 242 367 5 42 0 142 3 121 140 61
Binary 10100010 11110111 101 100010 0 1100010 11 1010001 1100000 110001

Color Harmonies of #A2F705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F705

Black with #A2F705

Text Example


Text Example

White with #A2F705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F705; }

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

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

background-color css

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

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

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

border-color css

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

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

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