Html Css Color HEX #A6D992 Feijoa

📋 copy color: '#A6D992'

red 166 ◦ green 217 ◦ blue 146

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

Shades of Feijoa #A6D992

Tints of Feijoa #A6D992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.6%

R = 31.38%
G = 41.02%
B = 27.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#A6D992 (or 0xA6D992) is known color: Feijoa. HEX triplet: A6, D9 and 92. RGB value is (166,217,146). Sum of RGB (Red+Green+Blue) = 166+217+146=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D992 is #59266D. Grayscale: #C1C1C1. Windows color (decimal): -5842542 or 9623974. OLE color: 9623974.

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

Color convert

RGB 166 217 146 -
CMYK 0.24 0 0.33 0.15
HSL 103.1º 0.48% 0.71% -
HSV(B) 103.1º 0.33% 0.85% -
XYZ 45.73 59.81 36.33 -
YUV 193.66 101.1 108.27 -
System Red Green Blue C M Y K H S L
Decimal 166 217 146 0.24 0 0.33 0.15 103.1 0.48 0.71
Hex A6 D9 92 18 0 21 F 67 30 47
Octal 246 331 222 30 0 41 17 147 60 107
Binary 10100110 11011001 10010010 11000 0 100001 1111 1100111 110000 1000111

Color Harmonies of #A6D992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D992

Black with #A6D992

Text Example


Text Example

White with #A6D992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D992; }

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

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

background-color css

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

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

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

border-color css

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

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

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