Html Css Color HEX #A6D68D Feijoa

📋 copy color: '#A6D68D'

red 166 ◦ green 214 ◦ blue 141

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

Shades of Feijoa #A6D68D

Tints of Feijoa #A6D68D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.07%

 BLUE value IS 141 (55.47% from 255) = 27.06%

R = 31.86%
G = 41.07%
B = 27.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#A6D68D (or 0xA6D68D) is known color: Feijoa. HEX triplet: A6, D6 and 8D. RGB value is (166,214,141). Sum of RGB (Red+Green+Blue) = 166+214+141=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D68D is #592972. Grayscale: #BFBFBF. Windows color (decimal): -5843315 or 9295526. OLE color: 9295526.

HSL color Cylindrical-coordinate representation of color #A6D68D: hue angle of 99.45º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6D68D is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 214 141 -
CMYK 0.22 0 0.34 0.16
HSL 99.45º 0.47% 0.7% -
HSV(B) 99.45º 0.34% 0.84% -
XYZ 44.58 58.12 34.07 -
YUV 191.33 99.6 109.94 -
System Red Green Blue C M Y K H S L
Decimal 166 214 141 0.22 0 0.34 0.16 99.45 0.47 0.7
Hex A6 D6 8D 16 0 22 10 63 2F 46
Octal 246 326 215 26 0 42 20 143 57 106
Binary 10100110 11010110 10001101 10110 0 100010 10000 1100011 101111 1000110

Color Harmonies of #A6D68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D68D

Black with #A6D68D

Text Example


Text Example

White with #A6D68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D68D; }

 p { color: rgb(166,214,141); }

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

background-color css

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

 a { background-color: rgb(166,214,141); }

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

border-color css

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

 span { border-color: rgb(166,214,141); }

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