Html Css Color HEX #ACD779 Feijoa

📋 copy color: '#ACD779'

red 172 ◦ green 215 ◦ blue 121

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

Shades of Feijoa #ACD779

Tints of Feijoa #ACD779

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.32%

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

R = 33.86%
G = 42.32%
B = 23.82%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#ACD779 (or 0xACD779) is known color: Feijoa. HEX triplet: AC, D7 and 79. RGB value is (172,215,121). Sum of RGB (Red+Green+Blue) = 172+215+121=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD779 is #532886. Grayscale: #BFBFBF. Windows color (decimal): -5449863 or 7985068. OLE color: 7985068.

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

Color convert

RGB 172 215 121 -
CMYK 0.2 0 0.44 0.16
HSL 87.45º 0.54% 0.66% -
HSV(B) 87.45º 0.44% 0.84% -
XYZ 44.76 58.75 27.07 -
YUV 191.43 88.25 114.14 -
System Red Green Blue C M Y K H S L
Decimal 172 215 121 0.2 0 0.44 0.16 87.45 0.54 0.66
Hex AC D7 79 14 0 2C 10 57 36 42
Octal 254 327 171 24 0 54 20 127 66 102
Binary 10101100 11010111 1111001 10100 0 101100 10000 1010111 110110 1000010

Color Harmonies of #ACD779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD779

Black with #ACD779

Text Example


Text Example

White with #ACD779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD779; }

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

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

background-color css

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

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

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

border-color css

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

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

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