Html Css Color HEX #ACD871 Feijoa

📋 copy color: '#ACD871'

red 172 ◦ green 216 ◦ blue 113

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

Shades of Feijoa #ACD871

Tints of Feijoa #ACD871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.55%

R = 34.33%
G = 43.11%
B = 22.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#ACD871 (or 0xACD871) is known color: Feijoa. HEX triplet: AC, D8 and 71. RGB value is (172,216,113). Sum of RGB (Red+Green+Blue) = 172+216+113=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD871 is #53278E. Grayscale: #BFBFBF. Windows color (decimal): -5449615 or 7461036. OLE color: 7461036.

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

Color convert

RGB 172 216 113 -
CMYK 0.20 0 0.48 0.15
HSL 85.63º 0.57% 0.65% -
HSV(B) 85.63º 0.48% 0.85% -
XYZ 44.55 59.07 24.68 -
YUV 191.1 83.92 114.38 -
System Red Green Blue C M Y K H S L
Decimal 172 216 113 0.20 0 0.48 0.15 85.63 0.57 0.65
Hex AC D8 71 14 0 30 F 56 39 41
Octal 254 330 161 24 0 60 17 126 71 101
Binary 10101100 11011000 1110001 10100 0 110000 1111 1010110 111001 1000001

Color Harmonies of #ACD871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD871

Black with #ACD871

Text Example


Text Example

White with #ACD871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD871; }

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

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

background-color css

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

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

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

border-color css

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

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

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