Html Css Color HEX #ACD596 Feijoa

📋 copy color: '#ACD596'

red 172 ◦ green 213 ◦ blue 150

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

Shades of Feijoa #ACD596

Tints of Feijoa #ACD596

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.81%

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

R = 32.15%
G = 39.81%
B = 28.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#ACD596 (or 0xACD596) is known color: Feijoa. HEX triplet: AC, D5 and 96. RGB value is (172,213,150). Sum of RGB (Red+Green+Blue) = 172+213+150=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD596 is #532A69. Grayscale: #C1C1C1. Windows color (decimal): -5450346 or 9885100. OLE color: 9885100.

HSL color Cylindrical-coordinate representation of color #ACD596: hue angle of 99.05º degrees, saturation: 0.43, 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 #ACD596 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 213 150 -
CMYK 0.19 0 0.30 0.16
HSL 99.05º 0.43% 0.71% -
HSV(B) 99.05º 0.3% 0.84% -
XYZ 46.31 58.56 37.72 -
YUV 193.56 103.42 112.62 -
System Red Green Blue C M Y K H S L
Decimal 172 213 150 0.19 0 0.30 0.16 99.05 0.43 0.71
Hex AC D5 96 13 0 1E 10 63 2B 47
Octal 254 325 226 23 0 36 20 143 53 107
Binary 10101100 11010101 10010110 10011 0 11110 10000 1100011 101011 1000111

Color Harmonies of #ACD596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD596

Black with #ACD596

Text Example


Text Example

White with #ACD596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD596; }

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

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

background-color css

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

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

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

border-color css

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

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

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