Html Css Color HEX #ACD88B Feijoa

📋 copy color: '#ACD88B'

red 172 ◦ green 216 ◦ blue 139

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

Shades of Feijoa #ACD88B

Tints of Feijoa #ACD88B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.38%

R = 32.64%
G = 40.99%
B = 26.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#ACD88B (or 0xACD88B) is known color: Feijoa. HEX triplet: AC, D8 and 8B. RGB value is (172,216,139). Sum of RGB (Red+Green+Blue) = 172+216+139=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD88B is #532774. Grayscale: #C2C2C2. Windows color (decimal): -5449589 or 9164972. OLE color: 9164972.

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

Color convert

RGB 172 216 139 -
CMYK 0.20 0 0.36 0.15
HSL 94.29º 0.5% 0.7% -
HSV(B) 94.29º 0.36% 0.85% -
XYZ 46.23 59.75 33.52 -
YUV 194.07 96.92 112.26 -
System Red Green Blue C M Y K H S L
Decimal 172 216 139 0.20 0 0.36 0.15 94.29 0.5 0.7
Hex AC D8 8B 14 0 24 F 5E 32 46
Octal 254 330 213 24 0 44 17 136 62 106
Binary 10101100 11011000 10001011 10100 0 100100 1111 1011110 110010 1000110

Color Harmonies of #ACD88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD88B

Black with #ACD88B

Text Example


Text Example

White with #ACD88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD88B; }

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

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

background-color css

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

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

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

border-color css

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

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

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