Html Css Color HEX #ACD994 Feijoa

📋 copy color: '#ACD994'

red 172 ◦ green 217 ◦ blue 148

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

Shades of Feijoa #ACD994

Tints of Feijoa #ACD994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.56%

R = 32.03%
G = 40.41%
B = 27.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#ACD994 (or 0xACD994) is known color: Feijoa. HEX triplet: AC, D9 and 94. RGB value is (172,217,148). Sum of RGB (Red+Green+Blue) = 172+217+148=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD994 is #53266B. Grayscale: #C3C3C3. Windows color (decimal): -5449324 or 9755052. OLE color: 9755052.

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

Color convert

RGB 172 217 148 -
CMYK 0.21 0 0.32 0.15
HSL 99.13º 0.48% 0.72% -
HSV(B) 99.13º 0.32% 0.85% -
XYZ 47.17 60.53 37.22 -
YUV 195.68 101.09 111.11 -
System Red Green Blue C M Y K H S L
Decimal 172 217 148 0.21 0 0.32 0.15 99.13 0.48 0.72
Hex AC D9 94 15 0 20 F 63 30 48
Octal 254 331 224 25 0 40 17 143 60 110
Binary 10101100 11011001 10010100 10101 0 100000 1111 1100011 110000 1001000

Color Harmonies of #ACD994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD994

Black with #ACD994

Text Example


Text Example

White with #ACD994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD994; }

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

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

background-color css

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

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

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

border-color css

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

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

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