Html Css Color HEX #A6D972 Feijoa

📋 copy color: '#A6D972'

red 166 ◦ green 217 ◦ blue 114

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

Shades of Feijoa #A6D972

Tints of Feijoa #A6D972

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.66%

 BLUE value IS 114 (44.92% from 255) = 22.94%

R = 33.4%
G = 43.66%
B = 22.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#A6D972 (or 0xA6D972) is known color: Feijoa. HEX triplet: A6, D9 and 72. RGB value is (166,217,114). Sum of RGB (Red+Green+Blue) = 166+217+114=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D972 is #59268D. Grayscale: #BEBEBE. Windows color (decimal): -5842574 or 7526822. OLE color: 7526822.

HSL color Cylindrical-coordinate representation of color #A6D972: hue angle of 89.71º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6D972 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 217 114 -
CMYK 0.24 0 0.47 0.15
HSL 89.71º 0.58% 0.65% -
HSV(B) 89.71º 0.47% 0.85% -
XYZ 43.58 58.95 25 -
YUV 190.01 85.1 110.88 -
System Red Green Blue C M Y K H S L
Decimal 166 217 114 0.24 0 0.47 0.15 89.71 0.58 0.65
Hex A6 D9 72 18 0 2F F 5A 3A 41
Octal 246 331 162 30 0 57 17 132 72 101
Binary 10100110 11011001 1110010 11000 0 101111 1111 1011010 111010 1000001

Color Harmonies of #A6D972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D972

Black with #A6D972

Text Example


Text Example

White with #A6D972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D972; }

 p { color: rgb(166,217,114); }

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

background-color css

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

 a { background-color: rgb(166,217,114); }

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

border-color css

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

 span { border-color: rgb(166,217,114); }

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