Html Css Color HEX #ACD876 Feijoa

📋 copy color: '#ACD876'

red 172 ◦ green 216 ◦ blue 118

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

Shades of Feijoa #ACD876

Tints of Feijoa #ACD876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.32%

R = 33.99%
G = 42.69%
B = 23.32%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#ACD876 (or 0xACD876) is known color: Feijoa. HEX triplet: AC, D8 and 76. RGB value is (172,216,118). Sum of RGB (Red+Green+Blue) = 172+216+118=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD876 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD876 is #532789. Grayscale: #C0C0C0. Windows color (decimal): -5449610 or 7788716. OLE color: 7788716.

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

Color convert

RGB 172 216 118 -
CMYK 0.20 0 0.45 0.15
HSL 86.94º 0.56% 0.65% -
HSV(B) 86.94º 0.45% 0.85% -
XYZ 44.84 59.19 26.2 -
YUV 191.67 86.42 113.97 -
System Red Green Blue C M Y K H S L
Decimal 172 216 118 0.20 0 0.45 0.15 86.94 0.56 0.65
Hex AC D8 76 14 0 2D F 57 38 41
Octal 254 330 166 24 0 55 17 127 70 101
Binary 10101100 11011000 1110110 10100 0 101101 1111 1010111 111000 1000001

Color Harmonies of #ACD876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD876

Black with #ACD876

Text Example


Text Example

White with #ACD876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD876; }

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

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

background-color css

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

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

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

border-color css

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

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

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