Html Css Color HEX #A6F914 Spring Bud

📋 copy color: '#A6F914'

red 166 ◦ green 249 ◦ blue 20

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

Shades of Spring Bud #A6F914

Tints of Spring Bud #A6F914

RGB

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

 GREEN value IS 249 (97.66% from 255) = 57.24%

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

R = 38.16%
G = 57.24%
B = 4.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#A6F914 (or 0xA6F914) is known color: Spring Bud. HEX triplet: A6, F9 and 14. RGB value is (166,249,20). Sum of RGB (Red+Green+Blue) = 166+249+20=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 249 (97.66% from 255 or 57.24% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F914 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F914 is #5906EB. Grayscale: #C6C6C6. Windows color (decimal): -5834476 or 1374630. OLE color: 1374630.

HSL color Cylindrical-coordinate representation of color #A6F914: hue angle of 81.75º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6F914 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 249 20 -
CMYK 0.33 0 0.92 0.02
HSL 81.75º 0.95% 0.53% -
HSV(B) 81.75º 0.92% 0.98% -
XYZ 49.73 75.91 12.69 -
YUV 198.08 27.5 105.12 -
System Red Green Blue C M Y K H S L
Decimal 166 249 20 0.33 0 0.92 0.02 81.75 0.95 0.53
Hex A6 F9 14 21 0 5C 2 52 5F 35
Octal 246 371 24 41 0 134 2 122 137 65
Binary 10100110 11111001 10100 100001 0 1011100 10 1010010 1011111 110101

Color Harmonies of #A6F914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F914

Black with #A6F914

Text Example


Text Example

White with #A6F914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F914; }

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

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

background-color css

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

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

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

border-color css

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

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

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