Html Css Color HEX #A6D87D Feijoa

📋 copy color: '#A6D87D'

red 166 ◦ green 216 ◦ blue 125

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

Shades of Feijoa #A6D87D

Tints of Feijoa #A6D87D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.6%

 BLUE value IS 125 (49.22% from 255) = 24.65%

R = 32.74%
G = 42.6%
B = 24.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#A6D87D (or 0xA6D87D) is known color: Feijoa. HEX triplet: A6, D8 and 7D. RGB value is (166,216,125). Sum of RGB (Red+Green+Blue) = 166+216+125=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D87D is #592782. Grayscale: #BEBEBE. Windows color (decimal): -5842819 or 8247462. OLE color: 8247462.

HSL color Cylindrical-coordinate representation of color #A6D87D: hue angle of 92.97º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6D87D is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 216 125 -
CMYK 0.23 0 0.42 0.15
HSL 92.97º 0.54% 0.67% -
HSV(B) 92.97º 0.42% 0.85% -
XYZ 43.98 58.7 28.41 -
YUV 190.68 90.94 110.4 -
System Red Green Blue C M Y K H S L
Decimal 166 216 125 0.23 0 0.42 0.15 92.97 0.54 0.67
Hex A6 D8 7D 17 0 2A F 5D 36 43
Octal 246 330 175 27 0 52 17 135 66 103
Binary 10100110 11011000 1111101 10111 0 101010 1111 1011101 110110 1000011

Color Harmonies of #A6D87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D87D

Black with #A6D87D

Text Example


Text Example

White with #A6D87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D87D; }

 p { color: rgb(166,216,125); }

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

background-color css

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

 a { background-color: rgb(166,216,125); }

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

border-color css

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

 span { border-color: rgb(166,216,125); }

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