Html Css Color HEX #ACD796 Feijoa

📋 copy color: '#ACD796'

red 172 ◦ green 215 ◦ blue 150

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

Shades of Feijoa #ACD796

Tints of Feijoa #ACD796

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.04%

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

R = 32.03%
G = 40.04%
B = 27.93%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#ACD796 (or 0xACD796) is known color: Feijoa. HEX triplet: AC, D7 and 96. RGB value is (172,215,150). Sum of RGB (Red+Green+Blue) = 172+215+150=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD796 is #532869. Grayscale: #C2C2C2. Windows color (decimal): -5449834 or 9885612. OLE color: 9885612.

HSL color Cylindrical-coordinate representation of color #ACD796: hue angle of 99.69º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACD796 is Cyan = 0.2, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 150 -
CMYK 0.2 0 0.30 0.16
HSL 99.69º 0.45% 0.72% -
HSV(B) 99.69º 0.3% 0.84% -
XYZ 46.82 59.57 37.89 -
YUV 194.73 102.75 111.79 -
System Red Green Blue C M Y K H S L
Decimal 172 215 150 0.2 0 0.30 0.16 99.69 0.45 0.72
Hex AC D7 96 14 0 1E 10 64 2D 48
Octal 254 327 226 24 0 36 20 144 55 110
Binary 10101100 11010111 10010110 10100 0 11110 10000 1100100 101101 1001000

Color Harmonies of #ACD796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD796

Black with #ACD796

Text Example


Text Example

White with #ACD796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD796; }

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

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

background-color css

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

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

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

border-color css

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

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

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