Html Css Color HEX #ACD679 Feijoa

📋 copy color: '#ACD679'

red 172 ◦ green 214 ◦ blue 121

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

Shades of Feijoa #ACD679

Tints of Feijoa #ACD679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.87%

R = 33.93%
G = 42.21%
B = 23.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#ACD679 (or 0xACD679) is known color: Feijoa. HEX triplet: AC, D6 and 79. RGB value is (172,214,121). Sum of RGB (Red+Green+Blue) = 172+214+121=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD679 is #532986. Grayscale: #BFBFBF. Windows color (decimal): -5450119 or 7984812. OLE color: 7984812.

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

Color convert

RGB 172 214 121 -
CMYK 0.20 0 0.43 0.16
HSL 87.1º 0.53% 0.66% -
HSV(B) 87.1º 0.43% 0.84% -
XYZ 44.51 58.24 26.99 -
YUV 190.84 88.59 114.56 -
System Red Green Blue C M Y K H S L
Decimal 172 214 121 0.20 0 0.43 0.16 87.1 0.53 0.66
Hex AC D6 79 14 0 2B 10 57 35 42
Octal 254 326 171 24 0 53 20 127 65 102
Binary 10101100 11010110 1111001 10100 0 101011 10000 1010111 110101 1000010

Color Harmonies of #ACD679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD679

Black with #ACD679

Text Example


Text Example

White with #ACD679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD679; }

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

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

background-color css

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

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

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

border-color css

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

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

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