Html Css Color HEX #ACD997 Feijoa

📋 copy color: '#ACD997'

red 172 ◦ green 217 ◦ blue 151

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

Shades of Feijoa #ACD997

Tints of Feijoa #ACD997

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.19%

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

R = 31.85%
G = 40.19%
B = 27.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#ACD997 (or 0xACD997) is known color: Feijoa. HEX triplet: AC, D9 and 97. RGB value is (172,217,151). Sum of RGB (Red+Green+Blue) = 172+217+151=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD997 is #532668. Grayscale: #C4C4C4. Windows color (decimal): -5449321 or 9951660. OLE color: 9951660.

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

Color convert

RGB 172 217 151 -
CMYK 0.21 0 0.30 0.15
HSL 100.91º 0.46% 0.72% -
HSV(B) 100.91º 0.3% 0.85% -
XYZ 47.41 60.63 38.48 -
YUV 196.02 102.59 110.87 -
System Red Green Blue C M Y K H S L
Decimal 172 217 151 0.21 0 0.30 0.15 100.91 0.46 0.72
Hex AC D9 97 15 0 1E F 65 2E 48
Octal 254 331 227 25 0 36 17 145 56 110
Binary 10101100 11011001 10010111 10101 0 11110 1111 1100101 101110 1001000

Color Harmonies of #ACD997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD997

Black with #ACD997

Text Example


Text Example

White with #ACD997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD997; }

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

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

background-color css

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

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

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

border-color css

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

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

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