Html Css Color HEX #A2F10D Spring Bud

📋 copy color: '#A2F10D'

red 162 ◦ green 241 ◦ blue 13

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

Shades of Spring Bud #A2F10D

Tints of Spring Bud #A2F10D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 57.93%

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

R = 38.94%
G = 57.93%
B = 3.13%

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

#A2F10D (or 0xA2F10D) is known color: Spring Bud. HEX triplet: A2, F1 and 0D. RGB value is (162,241,13). Sum of RGB (Red+Green+Blue) = 162+241+13=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 241 (94.53% from 255 or 57.93% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F10D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F10D is #5D0EF2. Grayscale: #C0C0C0. Windows color (decimal): -6098675 or 913826. OLE color: 913826.

HSL color Cylindrical-coordinate representation of color #A2F10D: hue angle of 80.79º 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 #A2F10D is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 241 13 -
CMYK 0.33 0 0.95 0.05
HSL 80.79º 0.9% 0.5% -
HSV(B) 80.79º 0.95% 0.95% -
XYZ 46.43 70.62 11.56 -
YUV 191.39 27.33 107.04 -
System Red Green Blue C M Y K H S L
Decimal 162 241 13 0.33 0 0.95 0.05 80.79 0.9 0.5
Hex A2 F1 D 21 0 5F 5 51 5A 32
Octal 242 361 15 41 0 137 5 121 132 62
Binary 10100010 11110001 1101 100001 0 1011111 101 1010001 1011010 110010

Color Harmonies of #A2F10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F10D

Black with #A2F10D

Text Example


Text Example

White with #A2F10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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