Html Css Color HEX #ACD686 Feijoa

📋 copy color: '#ACD686'

red 172 ◦ green 214 ◦ blue 134

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

Shades of Feijoa #ACD686

Tints of Feijoa #ACD686

RGB

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

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

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

R = 33.08%
G = 41.15%
B = 25.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#ACD686 (or 0xACD686) is known color: Feijoa. HEX triplet: AC, D6 and 86. RGB value is (172,214,134). Sum of RGB (Red+Green+Blue) = 172+214+134=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD686 is #532979. Grayscale: #C0C0C0. Windows color (decimal): -5450106 or 8836780. OLE color: 8836780.

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

Color convert

RGB 172 214 134 -
CMYK 0.20 0 0.37 0.16
HSL 91.5º 0.49% 0.68% -
HSV(B) 91.5º 0.37% 0.84% -
XYZ 45.36 58.59 31.47 -
YUV 192.32 95.09 113.5 -
System Red Green Blue C M Y K H S L
Decimal 172 214 134 0.20 0 0.37 0.16 91.5 0.49 0.68
Hex AC D6 86 14 0 25 10 5C 31 44
Octal 254 326 206 24 0 45 20 134 61 104
Binary 10101100 11010110 10000110 10100 0 100101 10000 1011100 110001 1000100

Color Harmonies of #ACD686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD686

Black with #ACD686

Text Example


Text Example

White with #ACD686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD686; }

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

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

background-color css

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

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

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

border-color css

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

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

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