Html Css Color HEX #A2F508 Spring Bud

📋 copy color: '#A2F508'

red 162 ◦ green 245 ◦ blue 8

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

Shades of Spring Bud #A2F508

Tints of Spring Bud #A2F508

RGB

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

 GREEN value IS 245 (96.09% from 255) = 59.04%

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

R = 39.04%
G = 59.04%
B = 1.93%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#A2F508 (or 0xA2F508) is known color: Spring Bud. HEX triplet: A2, F5 and 08. RGB value is (162,245,8). Sum of RGB (Red+Green+Blue) = 162+245+8=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 245 (96.09% from 255 or 59.04% from 415); Blue value is 8 (3.52% from 255 or 1.93% from 415); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F508 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F508 is #5D0AF7. Grayscale: #C2C2C2. Windows color (decimal): -6097656 or 587170. OLE color: 587170.

HSL color Cylindrical-coordinate representation of color #A2F508: hue angle of 81.01º 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 #A2F508 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 245 8 -
CMYK 0.34 0 0.97 0.04
HSL 81.01º 0.94% 0.5% -
HSV(B) 81.01º 0.97% 0.96% -
XYZ 47.6 73 11.81 -
YUV 193.17 23.5 105.77 -
System Red Green Blue C M Y K H S L
Decimal 162 245 8 0.34 0 0.97 0.04 81.01 0.94 0.5
Hex A2 F5 8 22 0 61 4 51 5E 32
Octal 242 365 10 42 0 141 4 121 136 62
Binary 10100010 11110101 1000 100010 0 1100001 100 1010001 1011110 110010

Color Harmonies of #A2F508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F508

Black with #A2F508

Text Example


Text Example

White with #A2F508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F508; }

 p { color: rgb(162,245,8); }

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

background-color css

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

 a { background-color: rgb(162,245,8); }

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

border-color css

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

 span { border-color: rgb(162,245,8); }

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