Html Css Color HEX #ACD993 Feijoa

📋 copy color: '#ACD993'

red 172 ◦ green 217 ◦ blue 147

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

Shades of Feijoa #ACD993

Tints of Feijoa #ACD993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.43%

R = 32.09%
G = 40.49%
B = 27.43%

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

#ACD993 (or 0xACD993) is known color: Feijoa. HEX triplet: AC, D9 and 93. RGB value is (172,217,147). Sum of RGB (Red+Green+Blue) = 172+217+147=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 147 (57.81% from 255 or 27.43% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD993 is #53266C. Grayscale: #C3C3C3. Windows color (decimal): -5449325 or 9689516. OLE color: 9689516.

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

Color convert

RGB 172 217 147 -
CMYK 0.21 0 0.32 0.15
HSL 98.57º 0.48% 0.71% -
HSV(B) 98.57º 0.32% 0.85% -
XYZ 47.09 60.5 36.8 -
YUV 195.57 100.59 111.19 -
System Red Green Blue C M Y K H S L
Decimal 172 217 147 0.21 0 0.32 0.15 98.57 0.48 0.71
Hex AC D9 93 15 0 20 F 63 30 47
Octal 254 331 223 25 0 40 17 143 60 107
Binary 10101100 11011001 10010011 10101 0 100000 1111 1100011 110000 1000111

Color Harmonies of #ACD993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD993

Black with #ACD993

Text Example


Text Example

White with #ACD993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD993; }

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

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

background-color css

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

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

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

border-color css

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

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

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