Html Css Color HEX #A6CF87 Feijoa

📋 copy color: '#A6CF87'

red 166 ◦ green 207 ◦ blue 135

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

Shades of Feijoa #A6CF87

Tints of Feijoa #A6CF87

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.75%

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

R = 32.68%
G = 40.75%
B = 26.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#A6CF87 (or 0xA6CF87) is known color: Feijoa. HEX triplet: A6, CF and 87. RGB value is (166,207,135). Sum of RGB (Red+Green+Blue) = 166+207+135=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CF87 is #593078. Grayscale: #BABABA. Windows color (decimal): -5845113 or 8900518. OLE color: 8900518.

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

Color convert

RGB 166 207 135 -
CMYK 0.20 0 0.35 0.19
HSL 94.17º 0.43% 0.67% -
HSV(B) 94.17º 0.35% 0.81% -
XYZ 42.41 54.48 31.2 -
YUV 186.53 98.92 113.35 -
System Red Green Blue C M Y K H S L
Decimal 166 207 135 0.20 0 0.35 0.19 94.17 0.43 0.67
Hex A6 CF 87 14 0 23 13 5E 2B 43
Octal 246 317 207 24 0 43 23 136 53 103
Binary 10100110 11001111 10000111 10100 0 100011 10011 1011110 101011 1000011

Color Harmonies of #A6CF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CF87

Black with #A6CF87

Text Example


Text Example

White with #A6CF87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CF87; }

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

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

background-color css

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

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

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

border-color css

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

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

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