Html Css Color HEX #A6D990 Feijoa

📋 copy color: '#A6D990'

red 166 ◦ green 217 ◦ blue 144

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

Shades of Feijoa #A6D990

Tints of Feijoa #A6D990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.32%

R = 31.5%
G = 41.18%
B = 27.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#A6D990 (or 0xA6D990) is known color: Feijoa. HEX triplet: A6, D9 and 90. RGB value is (166,217,144). Sum of RGB (Red+Green+Blue) = 166+217+144=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D990 is #59266F. Grayscale: #C1C1C1. Windows color (decimal): -5842544 or 9492902. OLE color: 9492902.

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

Color convert

RGB 166 217 144 -
CMYK 0.24 0 0.34 0.15
HSL 101.92º 0.49% 0.71% -
HSV(B) 101.92º 0.34% 0.85% -
XYZ 45.57 59.75 35.52 -
YUV 193.43 100.1 108.44 -
System Red Green Blue C M Y K H S L
Decimal 166 217 144 0.24 0 0.34 0.15 101.92 0.49 0.71
Hex A6 D9 90 18 0 22 F 66 31 47
Octal 246 331 220 30 0 42 17 146 61 107
Binary 10100110 11011001 10010000 11000 0 100010 1111 1100110 110001 1000111

Color Harmonies of #A6D990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D990

Black with #A6D990

Text Example


Text Example

White with #A6D990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D990; }

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

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

background-color css

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

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

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

border-color css

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

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

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