Html Css Color HEX #ACD87D Feijoa

📋 copy color: '#ACD87D'

red 172 ◦ green 216 ◦ blue 125

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

Shades of Feijoa #ACD87D

Tints of Feijoa #ACD87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.37%

R = 33.53%
G = 42.11%
B = 24.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#ACD87D (or 0xACD87D) is known color: Feijoa. HEX triplet: AC, D8 and 7D. RGB value is (172,216,125). Sum of RGB (Red+Green+Blue) = 172+216+125=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD87D is #532782. Grayscale: #C0C0C0. Windows color (decimal): -5449603 or 8247468. OLE color: 8247468.

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

Color convert

RGB 172 216 125 -
CMYK 0.20 0 0.42 0.15
HSL 89.01º 0.54% 0.67% -
HSV(B) 89.01º 0.42% 0.85% -
XYZ 45.27 59.36 28.47 -
YUV 192.47 89.92 113.4 -
System Red Green Blue C M Y K H S L
Decimal 172 216 125 0.20 0 0.42 0.15 89.01 0.54 0.67
Hex AC D8 7D 14 0 2A F 59 36 43
Octal 254 330 175 24 0 52 17 131 66 103
Binary 10101100 11011000 1111101 10100 0 101010 1111 1011001 110110 1000011

Color Harmonies of #ACD87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD87D

Black with #ACD87D

Text Example


Text Example

White with #ACD87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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