Html Css Color HEX #ACD279 Feijoa

📋 copy color: '#ACD279'

red 172 ◦ green 210 ◦ blue 121

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

Shades of Feijoa #ACD279

Tints of Feijoa #ACD279

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.75%

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

R = 34.19%
G = 41.75%
B = 24.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#ACD279 (or 0xACD279) is known color: Feijoa. HEX triplet: AC, D2 and 79. RGB value is (172,210,121). Sum of RGB (Red+Green+Blue) = 172+210+121=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD279 is #532D86. Grayscale: #BCBCBC. Windows color (decimal): -5451143 or 7983788. OLE color: 7983788.

HSL color Cylindrical-coordinate representation of color #ACD279: hue angle of 85.62º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACD279 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 121 -
CMYK 0.18 0 0.42 0.18
HSL 85.62º 0.5% 0.65% -
HSV(B) 85.62º 0.42% 0.82% -
XYZ 43.51 56.24 26.65 -
YUV 188.49 89.91 116.24 -
System Red Green Blue C M Y K H S L
Decimal 172 210 121 0.18 0 0.42 0.18 85.62 0.5 0.65
Hex AC D2 79 12 0 2A 12 56 32 41
Octal 254 322 171 22 0 52 22 126 62 101
Binary 10101100 11010010 1111001 10010 0 101010 10010 1010110 110010 1000001

Color Harmonies of #ACD279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD279

Black with #ACD279

Text Example


Text Example

White with #ACD279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD279; }

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

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

background-color css

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

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

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

border-color css

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

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

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