Html Css Color HEX #ACD874 Feijoa

📋 copy color: '#ACD874'

red 172 ◦ green 216 ◦ blue 116

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

Shades of Feijoa #ACD874

Tints of Feijoa #ACD874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.02%

R = 34.13%
G = 42.86%
B = 23.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#ACD874 (or 0xACD874) is known color: Feijoa. HEX triplet: AC, D8 and 74. RGB value is (172,216,116). Sum of RGB (Red+Green+Blue) = 172+216+116=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD874 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD874 is #53278B. Grayscale: #BFBFBF. Windows color (decimal): -5449612 or 7657644. OLE color: 7657644.

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

Color convert

RGB 172 216 116 -
CMYK 0.20 0 0.46 0.15
HSL 86.4º 0.56% 0.65% -
HSV(B) 86.4º 0.46% 0.85% -
XYZ 44.72 59.14 25.58 -
YUV 191.44 85.42 114.13 -
System Red Green Blue C M Y K H S L
Decimal 172 216 116 0.20 0 0.46 0.15 86.4 0.56 0.65
Hex AC D8 74 14 0 2E F 56 38 41
Octal 254 330 164 24 0 56 17 126 70 101
Binary 10101100 11011000 1110100 10100 0 101110 1111 1010110 111000 1000001

Color Harmonies of #ACD874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD874

Black with #ACD874

Text Example


Text Example

White with #ACD874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD874; }

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

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

background-color css

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

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

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

border-color css

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

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

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