Html Css Color HEX #ACD797 Feijoa

📋 copy color: '#ACD797'

red 172 ◦ green 215 ◦ blue 151

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

Shades of Feijoa #ACD797

Tints of Feijoa #ACD797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.07%

R = 31.97%
G = 39.96%
B = 28.07%

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

#ACD797 (or 0xACD797) is known color: Feijoa. HEX triplet: AC, D7 and 97. RGB value is (172,215,151). Sum of RGB (Red+Green+Blue) = 172+215+151=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 151 (59.38% from 255 or 28.07% from 538); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD797 is #532868. Grayscale: #C3C3C3. Windows color (decimal): -5449833 or 9951148. OLE color: 9951148.

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

Color convert

RGB 172 215 151 -
CMYK 0.2 0 0.30 0.16
HSL 100.31º 0.44% 0.72% -
HSV(B) 100.31º 0.3% 0.84% -
XYZ 46.9 59.61 38.31 -
YUV 194.85 103.25 111.7 -
System Red Green Blue C M Y K H S L
Decimal 172 215 151 0.2 0 0.30 0.16 100.31 0.44 0.72
Hex AC D7 97 14 0 1E 10 64 2C 48
Octal 254 327 227 24 0 36 20 144 54 110
Binary 10101100 11010111 10010111 10100 0 11110 10000 1100100 101100 1001000

Color Harmonies of #ACD797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD797

Black with #ACD797

Text Example


Text Example

White with #ACD797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD797; }

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

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

background-color css

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

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

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

border-color css

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

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

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