Html Css Color HEX #A6F60D Spring Bud

📋 copy color: '#A6F60D'

red 166 ◦ green 246 ◦ blue 13

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

Shades of Spring Bud #A6F60D

Tints of Spring Bud #A6F60D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 57.88%

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

R = 39.06%
G = 57.88%
B = 3.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#A6F60D (or 0xA6F60D) is known color: Spring Bud. HEX triplet: A6, F6 and 0D. RGB value is (166,246,13). Sum of RGB (Red+Green+Blue) = 166+246+13=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 246 (96.48% from 255 or 57.88% from 425); Blue value is 13 (5.47% from 255 or 3.06% from 425); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F60D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F60D is #5909F2. Grayscale: #C4C4C4. Windows color (decimal): -5835251 or 915110. OLE color: 915110.

HSL color Cylindrical-coordinate representation of color #A6F60D: hue angle of 80.6º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6F60D is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 246 13 -
CMYK 0.33 0 0.95 0.04
HSL 80.6º 0.93% 0.51% -
HSV(B) 80.6º 0.95% 0.96% -
XYZ 48.75 74.05 12.1 -
YUV 195.52 25 106.95 -
System Red Green Blue C M Y K H S L
Decimal 166 246 13 0.33 0 0.95 0.04 80.6 0.93 0.51
Hex A6 F6 D 21 0 5F 4 51 5D 33
Octal 246 366 15 41 0 137 4 121 135 63
Binary 10100110 11110110 1101 100001 0 1011111 100 1010001 1011101 110011

Color Harmonies of #A6F60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F60D

Black with #A6F60D

Text Example


Text Example

White with #A6F60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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