Html Css Color HEX #ACD891 Feijoa

📋 copy color: '#ACD891'

red 172 ◦ green 216 ◦ blue 145

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

Shades of Feijoa #ACD891

Tints of Feijoa #ACD891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.2%

R = 32.27%
G = 40.53%
B = 27.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#ACD891 (or 0xACD891) is known color: Feijoa. HEX triplet: AC, D8 and 91. RGB value is (172,216,145). Sum of RGB (Red+Green+Blue) = 172+216+145=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 145 (57.03% from 255 or 27.20% from 533); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD891 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD891 is #53276E. Grayscale: #C2C2C2. Windows color (decimal): -5449583 or 9558188. OLE color: 9558188.

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

Color convert

RGB 172 216 145 -
CMYK 0.20 0 0.33 0.15
HSL 97.18º 0.48% 0.71% -
HSV(B) 97.18º 0.33% 0.85% -
XYZ 46.68 59.93 35.89 -
YUV 194.75 99.92 111.77 -
System Red Green Blue C M Y K H S L
Decimal 172 216 145 0.20 0 0.33 0.15 97.18 0.48 0.71
Hex AC D8 91 14 0 21 F 61 30 47
Octal 254 330 221 24 0 41 17 141 60 107
Binary 10101100 11011000 10010001 10100 0 100001 1111 1100001 110000 1000111

Color Harmonies of #ACD891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD891

Black with #ACD891

Text Example


Text Example

White with #ACD891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD891; }

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

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

background-color css

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

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

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

border-color css

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

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

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