Html Css Color HEX #A6F20D Spring Bud

📋 copy color: '#A6F20D'

red 166 ◦ green 242 ◦ blue 13

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

Shades of Spring Bud #A6F20D

Tints of Spring Bud #A6F20D

RGB

 RED value IS 166 (65.23% from 255) = 39.43%

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

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

R = 39.43%
G = 57.48%
B = 3.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#A6F20D (or 0xA6F20D) is known color: Spring Bud. HEX triplet: A6, F2 and 0D. RGB value is (166,242,13). Sum of RGB (Red+Green+Blue) = 166+242+13=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 242 (94.92% from 255 or 57.48% from 421); Blue value is 13 (5.47% from 255 or 3.09% from 421); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F20D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F20D is #590DF2. Grayscale: #C2C2C2. Windows color (decimal): -5836275 or 914086. OLE color: 914086.

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

Color convert

RGB 166 242 13 -
CMYK 0.31 0 0.95 0.05
HSL 79.91º 0.9% 0.5% -
HSV(B) 79.91º 0.95% 0.95% -
XYZ 47.55 71.64 11.7 -
YUV 193.17 26.32 108.62 -
System Red Green Blue C M Y K H S L
Decimal 166 242 13 0.31 0 0.95 0.05 79.91 0.9 0.5
Hex A6 F2 D 1F 0 5F 5 50 5A 32
Octal 246 362 15 37 0 137 5 120 132 62
Binary 10100110 11110010 1101 11111 0 1011111 101 1010000 1011010 110010

Color Harmonies of #A6F20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F20D

Black with #A6F20D

Text Example


Text Example

White with #A6F20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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