Html Css Color HEX #ACD98D Feijoa

📋 copy color: '#ACD98D'

red 172 ◦ green 217 ◦ blue 141

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

Shades of Feijoa #ACD98D

Tints of Feijoa #ACD98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.6%

R = 32.45%
G = 40.94%
B = 26.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#ACD98D (or 0xACD98D) is known color: Feijoa. HEX triplet: AC, D9 and 8D. RGB value is (172,217,141). Sum of RGB (Red+Green+Blue) = 172+217+141=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD98D is #532672. Grayscale: #C3C3C3. Windows color (decimal): -5449331 or 9296300. OLE color: 9296300.

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

Color convert

RGB 172 217 141 -
CMYK 0.21 0 0.35 0.15
HSL 95.53º 0.5% 0.7% -
HSV(B) 95.53º 0.35% 0.85% -
XYZ 46.63 60.32 34.38 -
YUV 194.88 97.59 111.68 -
System Red Green Blue C M Y K H S L
Decimal 172 217 141 0.21 0 0.35 0.15 95.53 0.5 0.7
Hex AC D9 8D 15 0 23 F 60 32 46
Octal 254 331 215 25 0 43 17 140 62 106
Binary 10101100 11011001 10001101 10101 0 100011 1111 1100000 110010 1000110

Color Harmonies of #ACD98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD98D

Black with #ACD98D

Text Example


Text Example

White with #ACD98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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