Html Css Color HEX #A6D087 Feijoa

📋 copy color: '#A6D087'

red 166 ◦ green 208 ◦ blue 135

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

Shades of Feijoa #A6D087

Tints of Feijoa #A6D087

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.86%

 BLUE value IS 135 (53.13% from 255) = 26.52%

R = 32.61%
G = 40.86%
B = 26.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#A6D087 (or 0xA6D087) is known color: Feijoa. HEX triplet: A6, D0 and 87. RGB value is (166,208,135). Sum of RGB (Red+Green+Blue) = 166+208+135=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D087 is #592F78. Grayscale: #BBBBBB. Windows color (decimal): -5844857 or 8900774. OLE color: 8900774.

HSL color Cylindrical-coordinate representation of color #A6D087: hue angle of 94.52º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6D087 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 208 135 -
CMYK 0.20 0 0.35 0.18
HSL 94.52º 0.44% 0.67% -
HSV(B) 94.52º 0.35% 0.82% -
XYZ 42.65 54.97 31.28 -
YUV 187.12 98.59 112.94 -
System Red Green Blue C M Y K H S L
Decimal 166 208 135 0.20 0 0.35 0.18 94.52 0.44 0.67
Hex A6 D0 87 14 0 23 12 5F 2C 43
Octal 246 320 207 24 0 43 22 137 54 103
Binary 10100110 11010000 10000111 10100 0 100011 10010 1011111 101100 1000011

Color Harmonies of #A6D087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D087

Black with #A6D087

Text Example


Text Example

White with #A6D087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D087; }

 p { color: rgb(166,208,135); }

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

background-color css

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

 a { background-color: rgb(166,208,135); }

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

border-color css

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

 span { border-color: rgb(166,208,135); }

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