Html Css Color HEX #ACD896 Feijoa

📋 copy color: '#ACD896'

red 172 ◦ green 216 ◦ blue 150

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

Shades of Feijoa #ACD896

Tints of Feijoa #ACD896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.88%

R = 31.97%
G = 40.15%
B = 27.88%

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

#ACD896 (or 0xACD896) is known color: Feijoa. HEX triplet: AC, D8 and 96. RGB value is (172,216,150). Sum of RGB (Red+Green+Blue) = 172+216+150=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD896 is #532769. Grayscale: #C3C3C3. Windows color (decimal): -5449578 or 9885868. OLE color: 9885868.

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

Color convert

RGB 172 216 150 -
CMYK 0.20 0 0.31 0.15
HSL 100º 0.46% 0.72% -
HSV(B) 100º 0.31% 0.85% -
XYZ 47.07 60.08 37.97 -
YUV 195.32 102.42 111.37 -
System Red Green Blue C M Y K H S L
Decimal 172 216 150 0.20 0 0.31 0.15 100 0.46 0.72
Hex AC D8 96 14 0 1F F 64 2E 48
Octal 254 330 226 24 0 37 17 144 56 110
Binary 10101100 11011000 10010110 10100 0 11111 1111 1100100 101110 1001000

Color Harmonies of #ACD896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD896

Black with #ACD896

Text Example


Text Example

White with #ACD896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD896; }

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

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

background-color css

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

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

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

border-color css

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

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

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