Html Css Color HEX #ACD888 Feijoa

📋 copy color: '#ACD888'

red 172 ◦ green 216 ◦ blue 136

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

Shades of Feijoa #ACD888

Tints of Feijoa #ACD888

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.22%

 BLUE value IS 136 (53.52% from 255) = 25.95%

R = 32.82%
G = 41.22%
B = 25.95%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#ACD888 (or 0xACD888) is known color: Feijoa. HEX triplet: AC, D8 and 88. RGB value is (172,216,136). Sum of RGB (Red+Green+Blue) = 172+216+136=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD888 is #532777. Grayscale: #C2C2C2. Windows color (decimal): -5449592 or 8968364. OLE color: 8968364.

HSL color Cylindrical-coordinate representation of color #ACD888: hue angle of 93º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACD888 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 216 136 -
CMYK 0.20 0 0.37 0.15
HSL 93º 0.51% 0.69% -
HSV(B) 93º 0.37% 0.85% -
XYZ 46.01 59.66 32.38 -
YUV 193.72 95.42 112.5 -
System Red Green Blue C M Y K H S L
Decimal 172 216 136 0.20 0 0.37 0.15 93 0.51 0.69
Hex AC D8 88 14 0 25 F 5D 33 45
Octal 254 330 210 24 0 45 17 135 63 105
Binary 10101100 11011000 10001000 10100 0 100101 1111 1011101 110011 1000101

Color Harmonies of #ACD888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD888

Black with #ACD888

Text Example


Text Example

White with #ACD888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD888; }

 p { color: rgb(172,216,136); }

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

background-color css

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

 a { background-color: rgb(172,216,136); }

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

border-color css

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

 span { border-color: rgb(172,216,136); }

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