Html Css Color HEX #A6F712 Spring Bud

📋 copy color: '#A6F712'

red 166 ◦ green 247 ◦ blue 18

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

Shades of Spring Bud #A6F712

Tints of Spring Bud #A6F712

RGB

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

 GREEN value IS 247 (96.88% from 255) = 57.31%

 BLUE value IS 18 (7.42% from 255) = 4.18%

R = 38.52%
G = 57.31%
B = 4.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#A6F712 (or 0xA6F712) is known color: Spring Bud. HEX triplet: A6, F7 and 12. RGB value is (166,247,18). Sum of RGB (Red+Green+Blue) = 166+247+18=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 247 (96.88% from 255 or 57.31% from 431); Blue value is 18 (7.42% from 255 or 4.18% from 431); Max value from RGB is 247 - color contains mainly: green. Hex color #A6F712 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F712 is #5908ED. Grayscale: #C5C5C5. Windows color (decimal): -5834990 or 1243046. OLE color: 1243046.

HSL color Cylindrical-coordinate representation of color #A6F712: hue angle of 81.22º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6F712 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 166 247 18 -
CMYK 0.33 0 0.93 0.03
HSL 81.22º 0.93% 0.52% -
HSV(B) 81.22º 0.93% 0.97% -
XYZ 49.1 74.67 12.4 -
YUV 196.68 27.16 106.12 -
System Red Green Blue C M Y K H S L
Decimal 166 247 18 0.33 0 0.93 0.03 81.22 0.93 0.52
Hex A6 F7 12 21 0 5D 3 51 5D 34
Octal 246 367 22 41 0 135 3 121 135 64
Binary 10100110 11110111 10010 100001 0 1011101 11 1010001 1011101 110100

Color Harmonies of #A6F712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F712

Black with #A6F712

Text Example


Text Example

White with #A6F712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F712; }

 p { color: rgb(166,247,18); }

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

background-color css

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

 a { background-color: rgb(166,247,18); }

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

border-color css

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

 span { border-color: rgb(166,247,18); }

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