Html Css Color HEX #ACD376 Feijoa

📋 copy color: '#ACD376'

red 172 ◦ green 211 ◦ blue 118

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

Shades of Feijoa #ACD376

Tints of Feijoa #ACD376

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.12%

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

R = 34.33%
G = 42.12%
B = 23.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#ACD376 (or 0xACD376) is known color: Feijoa. HEX triplet: AC, D3 and 76. RGB value is (172,211,118). Sum of RGB (Red+Green+Blue) = 172+211+118=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD376 is #532C89. Grayscale: #BDBDBD. Windows color (decimal): -5450890 or 7787436. OLE color: 7787436.

HSL color Cylindrical-coordinate representation of color #ACD376: hue angle of 85.16º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACD376 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 211 118 -
CMYK 0.18 0 0.44 0.17
HSL 85.16º 0.51% 0.65% -
HSV(B) 85.16º 0.44% 0.83% -
XYZ 43.58 56.67 25.78 -
YUV 188.74 88.08 116.06 -
System Red Green Blue C M Y K H S L
Decimal 172 211 118 0.18 0 0.44 0.17 85.16 0.51 0.65
Hex AC D3 76 12 0 2C 11 55 33 41
Octal 254 323 166 22 0 54 21 125 63 101
Binary 10101100 11010011 1110110 10010 0 101100 10001 1010101 110011 1000001

Color Harmonies of #ACD376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD376

Black with #ACD376

Text Example


Text Example

White with #ACD376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD376; }

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

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

background-color css

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

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

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

border-color css

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

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

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