Html Css Color HEX #ACD894 Feijoa

📋 copy color: '#ACD894'

red 172 ◦ green 216 ◦ blue 148

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

Shades of Feijoa #ACD894

Tints of Feijoa #ACD894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.61%

R = 32.09%
G = 40.3%
B = 27.61%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#ACD894 (or 0xACD894) is known color: Feijoa. HEX triplet: AC, D8 and 94. RGB value is (172,216,148). Sum of RGB (Red+Green+Blue) = 172+216+148=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD894 is #53276B. Grayscale: #C3C3C3. Windows color (decimal): -5449580 or 9754796. OLE color: 9754796.

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

Color convert

RGB 172 216 148 -
CMYK 0.20 0 0.31 0.15
HSL 98.82º 0.47% 0.71% -
HSV(B) 98.82º 0.31% 0.85% -
XYZ 46.91 60.02 37.13 -
YUV 195.09 101.42 111.53 -
System Red Green Blue C M Y K H S L
Decimal 172 216 148 0.20 0 0.31 0.15 98.82 0.47 0.71
Hex AC D8 94 14 0 1F F 63 2F 47
Octal 254 330 224 24 0 37 17 143 57 107
Binary 10101100 11011000 10010100 10100 0 11111 1111 1100011 101111 1000111

Color Harmonies of #ACD894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD894

Black with #ACD894

Text Example


Text Example

White with #ACD894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD894; }

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

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

background-color css

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

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

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

border-color css

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

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

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