Html Css Color HEX #A6F714 Spring Bud

📋 copy color: '#A6F714'

red 166 ◦ green 247 ◦ blue 20

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

Shades of Spring Bud #A6F714

Tints of Spring Bud #A6F714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.62%

R = 38.34%
G = 57.04%
B = 4.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#A6F714 (or 0xA6F714) is known color: Spring Bud. HEX triplet: A6, F7 and 14. RGB value is (166,247,20). Sum of RGB (Red+Green+Blue) = 166+247+20=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 247 (96.88% from 255 or 57.04% from 433); Blue value is 20 (8.20% from 255 or 4.62% from 433); Max value from RGB is 247 - color contains mainly: green. Hex color #A6F714 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F714 is #5908EB. Grayscale: #C5C5C5. Windows color (decimal): -5834988 or 1374118. OLE color: 1374118.

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

Color convert

RGB 166 247 20 -
CMYK 0.33 0 0.92 0.03
HSL 81.41º 0.93% 0.52% -
HSV(B) 81.41º 0.92% 0.97% -
XYZ 49.11 74.68 12.49 -
YUV 196.9 28.16 105.96 -
System Red Green Blue C M Y K H S L
Decimal 166 247 20 0.33 0 0.92 0.03 81.41 0.93 0.52
Hex A6 F7 14 21 0 5C 3 51 5D 34
Octal 246 367 24 41 0 134 3 121 135 64
Binary 10100110 11110111 10100 100001 0 1011100 11 1010001 1011101 110100

Color Harmonies of #A6F714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F714

Black with #A6F714

Text Example


Text Example

White with #A6F714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F714; }

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

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

background-color css

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

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

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

border-color css

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

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

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