Html Css Color HEX #ACD890 Feijoa

📋 copy color: '#ACD890'

red 172 ◦ green 216 ◦ blue 144

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

Shades of Feijoa #ACD890

Tints of Feijoa #ACD890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.07%

R = 32.33%
G = 40.6%
B = 27.07%

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

#ACD890 (or 0xACD890) is known color: Feijoa. HEX triplet: AC, D8 and 90. RGB value is (172,216,144). Sum of RGB (Red+Green+Blue) = 172+216+144=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD890 is #53276F. Grayscale: #C2C2C2. Windows color (decimal): -5449584 or 9492652. OLE color: 9492652.

HSL color Cylindrical-coordinate representation of color #ACD890: hue angle of 96.67º 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 #ACD890 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 216 144 -
CMYK 0.20 0 0.33 0.15
HSL 96.67º 0.48% 0.71% -
HSV(B) 96.67º 0.33% 0.85% -
XYZ 46.6 59.9 35.49 -
YUV 194.64 99.42 111.85 -
System Red Green Blue C M Y K H S L
Decimal 172 216 144 0.20 0 0.33 0.15 96.67 0.48 0.71
Hex AC D8 90 14 0 21 F 61 30 47
Octal 254 330 220 24 0 41 17 141 60 107
Binary 10101100 11011000 10010000 10100 0 100001 1111 1100001 110000 1000111

Color Harmonies of #ACD890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD890

Black with #ACD890

Text Example


Text Example

White with #ACD890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD890; }

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

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

background-color css

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

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

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

border-color css

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

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

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