Html Css Color HEX #ACD873 Feijoa

📋 copy color: '#ACD873'

red 172 ◦ green 216 ◦ blue 115

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

Shades of Feijoa #ACD873

Tints of Feijoa #ACD873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.86%

R = 34.19%
G = 42.94%
B = 22.86%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#ACD873 (or 0xACD873) is known color: Feijoa. HEX triplet: AC, D8 and 73. RGB value is (172,216,115). Sum of RGB (Red+Green+Blue) = 172+216+115=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD873 is #53278C. Grayscale: #BFBFBF. Windows color (decimal): -5449613 or 7592108. OLE color: 7592108.

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

Color convert

RGB 172 216 115 -
CMYK 0.20 0 0.47 0.15
HSL 86.14º 0.56% 0.65% -
HSV(B) 86.14º 0.47% 0.85% -
XYZ 44.66 59.12 25.28 -
YUV 191.33 84.92 114.21 -
System Red Green Blue C M Y K H S L
Decimal 172 216 115 0.20 0 0.47 0.15 86.14 0.56 0.65
Hex AC D8 73 14 0 2F F 56 38 41
Octal 254 330 163 24 0 57 17 126 70 101
Binary 10101100 11011000 1110011 10100 0 101111 1111 1010110 111000 1000001

Color Harmonies of #ACD873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD873

Black with #ACD873

Text Example


Text Example

White with #ACD873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD873; }

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

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

background-color css

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

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

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

border-color css

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

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

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