Html Css Color HEX #ACD886 Feijoa

📋 copy color: '#ACD886'

red 172 ◦ green 216 ◦ blue 134

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

Shades of Feijoa #ACD886

Tints of Feijoa #ACD886

RGB

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

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

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

R = 32.95%
G = 41.38%
B = 25.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#ACD886 (or 0xACD886) is known color: Feijoa. HEX triplet: AC, D8 and 86. RGB value is (172,216,134). Sum of RGB (Red+Green+Blue) = 172+216+134=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD886 is #532779. Grayscale: #C1C1C1. Windows color (decimal): -5449594 or 8837292. OLE color: 8837292.

HSL color Cylindrical-coordinate representation of color #ACD886: hue angle of 92.2º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACD886 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 216 134 -
CMYK 0.20 0 0.38 0.15
HSL 92.2º 0.51% 0.69% -
HSV(B) 92.2º 0.38% 0.85% -
XYZ 45.87 59.6 31.64 -
YUV 193.5 94.42 112.67 -
System Red Green Blue C M Y K H S L
Decimal 172 216 134 0.20 0 0.38 0.15 92.2 0.51 0.69
Hex AC D8 86 14 0 26 F 5C 33 45
Octal 254 330 206 24 0 46 17 134 63 105
Binary 10101100 11011000 10000110 10100 0 100110 1111 1011100 110011 1000101

Color Harmonies of #ACD886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD886

Black with #ACD886

Text Example


Text Example

White with #ACD886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD886; }

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

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

background-color css

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

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

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

border-color css

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

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

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