Html Css Color HEX #ACD786 Feijoa

📋 copy color: '#ACD786'

red 172 ◦ green 215 ◦ blue 134

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

Shades of Feijoa #ACD786

Tints of Feijoa #ACD786

RGB

 RED value IS 172 (67.58% from 255) = 33.01%

 GREEN value IS 215 (84.38% from 255) = 41.27%

 BLUE value IS 134 (52.73% from 255) = 25.72%

R = 33.01%
G = 41.27%
B = 25.72%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#ACD786 (or 0xACD786) is known color: Feijoa. HEX triplet: AC, D7 and 86. RGB value is (172,215,134). Sum of RGB (Red+Green+Blue) = 172+215+134=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD786 is #532879. Grayscale: #C1C1C1. Windows color (decimal): -5449850 or 8837036. OLE color: 8837036.

HSL color Cylindrical-coordinate representation of color #ACD786: hue angle of 91.85º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACD786 is Cyan = 0.2, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 134 -
CMYK 0.2 0 0.38 0.16
HSL 91.85º 0.5% 0.68% -
HSV(B) 91.85º 0.38% 0.84% -
XYZ 45.62 59.09 31.56 -
YUV 192.91 94.75 113.09 -
System Red Green Blue C M Y K H S L
Decimal 172 215 134 0.2 0 0.38 0.16 91.85 0.5 0.68
Hex AC D7 86 14 0 26 10 5C 32 44
Octal 254 327 206 24 0 46 20 134 62 104
Binary 10101100 11010111 10000110 10100 0 100110 10000 1011100 110010 1000100

Color Harmonies of #ACD786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD786

Black with #ACD786

Text Example


Text Example

White with #ACD786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD786; }

 p { color: rgb(172,215,134); }

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

background-color css

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

 a { background-color: rgb(172,215,134); }

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

border-color css

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

 span { border-color: rgb(172,215,134); }

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