Html Css Color HEX #ACD676 Feijoa

📋 copy color: '#ACD676'

red 172 ◦ green 214 ◦ blue 118

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

Shades of Feijoa #ACD676

Tints of Feijoa #ACD676

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.46%

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

R = 34.13%
G = 42.46%
B = 23.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#ACD676 (or 0xACD676) is known color: Feijoa. HEX triplet: AC, D6 and 76. RGB value is (172,214,118). Sum of RGB (Red+Green+Blue) = 172+214+118=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 214 (83.98% from 255 or 42.46% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD676 is #532989. Grayscale: #BEBEBE. Windows color (decimal): -5450122 or 7788204. OLE color: 7788204.

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

Color convert

RGB 172 214 118 -
CMYK 0.20 0 0.45 0.16
HSL 86.25º 0.54% 0.65% -
HSV(B) 86.25º 0.45% 0.84% -
XYZ 44.33 58.17 26.03 -
YUV 190.5 87.09 114.81 -
System Red Green Blue C M Y K H S L
Decimal 172 214 118 0.20 0 0.45 0.16 86.25 0.54 0.65
Hex AC D6 76 14 0 2D 10 56 36 41
Octal 254 326 166 24 0 55 20 126 66 101
Binary 10101100 11010110 1110110 10100 0 101101 10000 1010110 110110 1000001

Color Harmonies of #ACD676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD676

Black with #ACD676

Text Example


Text Example

White with #ACD676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD676; }

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

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

background-color css

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

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

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

border-color css

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

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

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