Html Css Color HEX #A2FD13 Spring Bud

📋 copy color: '#A2FD13'

red 162 ◦ green 253 ◦ blue 19

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

Shades of Spring Bud #A2FD13

Tints of Spring Bud #A2FD13

RGB

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

 GREEN value IS 253 (99.22% from 255) = 58.29%

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

R = 37.33%
G = 58.29%
B = 4.38%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#A2FD13 (or 0xA2FD13) is known color: Spring Bud. HEX triplet: A2, FD and 13. RGB value is (162,253,19). Sum of RGB (Red+Green+Blue) = 162+253+19=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 253 (99.22% from 255 or 58.29% from 434); Blue value is 19 (7.81% from 255 or 4.38% from 434); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FD13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FD13 is #5D02EC. Grayscale: #C7C7C7. Windows color (decimal): -6095597 or 1310114. OLE color: 1310114.

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

Color convert

RGB 162 253 19 -
CMYK 0.36 0 0.92 0.01
HSL 83.33º 0.98% 0.53% -
HSV(B) 83.33º 0.92% 0.99% -
XYZ 50.14 77.98 13.02 -
YUV 199.12 26.35 101.53 -
System Red Green Blue C M Y K H S L
Decimal 162 253 19 0.36 0 0.92 0.01 83.33 0.98 0.53
Hex A2 FD 13 24 0 5C 1 53 62 35
Octal 242 375 23 44 0 134 1 123 142 65
Binary 10100010 11111101 10011 100100 0 1011100 1 1010011 1100010 110101

Color Harmonies of #A2FD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FD13

Black with #A2FD13

Text Example


Text Example

White with #A2FD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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