Html Css Color HEX #A6F971 Feijoa

📋 copy color: '#A6F971'

red 166 ◦ green 249 ◦ blue 113

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

Shades of Feijoa #A6F971

Tints of Feijoa #A6F971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.4%

R = 31.44%
G = 47.16%
B = 21.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#A6F971 (or 0xA6F971) is known color: Feijoa. HEX triplet: A6, F9 and 71. RGB value is (166,249,113). Sum of RGB (Red+Green+Blue) = 166+249+113=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F971 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F971 is #59068E. Grayscale: #D1D1D1. Windows color (decimal): -5834383 or 7469478. OLE color: 7469478.

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

Color convert

RGB 166 249 113 -
CMYK 0.33 0 0.55 0.02
HSL 96.62º 0.92% 0.71% -
HSV(B) 96.62º 0.55% 0.98% -
XYZ 52.58 77.05 27.72 -
YUV 208.68 74 97.56 -
System Red Green Blue C M Y K H S L
Decimal 166 249 113 0.33 0 0.55 0.02 96.62 0.92 0.71
Hex A6 F9 71 21 0 37 2 61 5C 47
Octal 246 371 161 41 0 67 2 141 134 107
Binary 10100110 11111001 1110001 100001 0 110111 10 1100001 1011100 1000111

Color Harmonies of #A6F971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F971

Black with #A6F971

Text Example


Text Example

White with #A6F971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F971; }

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

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

background-color css

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

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

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

border-color css

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

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

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