Html Css Color HEX #A2F20D Spring Bud

📋 copy color: '#A2F20D'

red 162 ◦ green 242 ◦ blue 13

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

Shades of Spring Bud #A2F20D

Tints of Spring Bud #A2F20D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 58.03%

 BLUE value IS 13 (5.47% from 255) = 3.12%

R = 38.85%
G = 58.03%
B = 3.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#A2F20D (or 0xA2F20D) is known color: Spring Bud. HEX triplet: A2, F2 and 0D. RGB value is (162,242,13). Sum of RGB (Red+Green+Blue) = 162+242+13=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 242 (94.92% from 255 or 58.03% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F20D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F20D is #5D0DF2. Grayscale: #C0C0C0. Windows color (decimal): -6098419 or 914082. OLE color: 914082.

HSL color Cylindrical-coordinate representation of color #A2F20D: hue angle of 80.96º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A2F20D is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 242 13 -
CMYK 0.33 0 0.95 0.05
HSL 80.96º 0.9% 0.5% -
HSV(B) 80.96º 0.95% 0.95% -
XYZ 46.73 71.21 11.66 -
YUV 191.97 27 106.62 -
System Red Green Blue C M Y K H S L
Decimal 162 242 13 0.33 0 0.95 0.05 80.96 0.9 0.5
Hex A2 F2 D 21 0 5F 5 51 5A 32
Octal 242 362 15 41 0 137 5 121 132 62
Binary 10100010 11110010 1101 100001 0 1011111 101 1010001 1011010 110010

Color Harmonies of #A2F20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F20D

Black with #A2F20D

Text Example


Text Example

White with #A2F20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F20D; }

 p { color: rgb(162,242,13); }

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

background-color css

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

 a { background-color: rgb(162,242,13); }

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

border-color css

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

 span { border-color: rgb(162,242,13); }

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