Html Css Color HEX #ACD87C Feijoa

📋 copy color: '#ACD87C'

red 172 ◦ green 216 ◦ blue 124

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

Shades of Feijoa #ACD87C

Tints of Feijoa #ACD87C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.22%

R = 33.59%
G = 42.19%
B = 24.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#ACD87C (or 0xACD87C) is known color: Feijoa. HEX triplet: AC, D8 and 7C. RGB value is (172,216,124). Sum of RGB (Red+Green+Blue) = 172+216+124=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD87C is #532783. Grayscale: #C0C0C0. Windows color (decimal): -5449604 or 8181932. OLE color: 8181932.

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

Color convert

RGB 172 216 124 -
CMYK 0.20 0 0.43 0.15
HSL 88.7º 0.54% 0.67% -
HSV(B) 88.7º 0.43% 0.85% -
XYZ 45.21 59.34 28.14 -
YUV 192.36 89.42 113.48 -
System Red Green Blue C M Y K H S L
Decimal 172 216 124 0.20 0 0.43 0.15 88.7 0.54 0.67
Hex AC D8 7C 14 0 2B F 59 36 43
Octal 254 330 174 24 0 53 17 131 66 103
Binary 10101100 11011000 1111100 10100 0 101011 1111 1011001 110110 1000011

Color Harmonies of #ACD87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD87C

Black with #ACD87C

Text Example


Text Example

White with #ACD87C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD87C; }

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

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

background-color css

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

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

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

border-color css

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

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

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