Html Css Color HEX #ACD696 Feijoa

📋 copy color: '#ACD696'

red 172 ◦ green 214 ◦ blue 150

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

Shades of Feijoa #ACD696

Tints of Feijoa #ACD696

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.93%

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

R = 32.09%
G = 39.93%
B = 27.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#ACD696 (or 0xACD696) is known color: Feijoa. HEX triplet: AC, D6 and 96. RGB value is (172,214,150). Sum of RGB (Red+Green+Blue) = 172+214+150=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD696 is #532969. Grayscale: #C2C2C2. Windows color (decimal): -5450090 or 9885356. OLE color: 9885356.

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

Color convert

RGB 172 214 150 -
CMYK 0.20 0 0.30 0.16
HSL 99.38º 0.44% 0.71% -
HSV(B) 99.38º 0.3% 0.84% -
XYZ 46.56 59.07 37.8 -
YUV 194.15 103.09 112.2 -
System Red Green Blue C M Y K H S L
Decimal 172 214 150 0.20 0 0.30 0.16 99.38 0.44 0.71
Hex AC D6 96 14 0 1E 10 63 2C 47
Octal 254 326 226 24 0 36 20 143 54 107
Binary 10101100 11010110 10010110 10100 0 11110 10000 1100011 101100 1000111

Color Harmonies of #ACD696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD696

Black with #ACD696

Text Example


Text Example

White with #ACD696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD696; }

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

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

background-color css

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

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

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

border-color css

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

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

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