Html Css Color HEX #A2F913 Spring Bud

📋 copy color: '#A2F913'

red 162 ◦ green 249 ◦ blue 19

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

Shades of Spring Bud #A2F913

Tints of Spring Bud #A2F913

RGB

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

 GREEN value IS 249 (97.66% from 255) = 57.91%

 BLUE value IS 19 (7.81% from 255) = 4.42%

R = 37.67%
G = 57.91%
B = 4.42%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#A2F913 (or 0xA2F913) is known color: Spring Bud. HEX triplet: A2, F9 and 13. RGB value is (162,249,19). Sum of RGB (Red+Green+Blue) = 162+249+19=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 249 (97.66% from 255 or 57.91% from 430); Blue value is 19 (7.81% from 255 or 4.42% from 430); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F913 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F913 is #5D06EC. Grayscale: #C5C5C5. Windows color (decimal): -6096621 or 1309090. OLE color: 1309090.

HSL color Cylindrical-coordinate representation of color #A2F913: hue angle of 82.7º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2F913 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 249 19 -
CMYK 0.35 0 0.92 0.02
HSL 82.7º 0.95% 0.53% -
HSV(B) 82.7º 0.92% 0.98% -
XYZ 48.89 75.48 12.61 -
YUV 196.77 27.68 103.2 -
System Red Green Blue C M Y K H S L
Decimal 162 249 19 0.35 0 0.92 0.02 82.7 0.95 0.53
Hex A2 F9 13 23 0 5C 2 53 5F 35
Octal 242 371 23 43 0 134 2 123 137 65
Binary 10100010 11111001 10011 100011 0 1011100 10 1010011 1011111 110101

Color Harmonies of #A2F913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F913

Black with #A2F913

Text Example


Text Example

White with #A2F913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F913; }

 p { color: rgb(162,249,19); }

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

background-color css

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

 a { background-color: rgb(162,249,19); }

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

border-color css

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

 span { border-color: rgb(162,249,19); }

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