Html Css Color HEX #ACD194 Feijoa

📋 copy color: '#ACD194'

red 172 ◦ green 209 ◦ blue 148

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

Shades of Feijoa #ACD194

Tints of Feijoa #ACD194

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.51%

 BLUE value IS 148 (58.2% from 255) = 27.98%

R = 32.51%
G = 39.51%
B = 27.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#ACD194 (or 0xACD194) is known color: Feijoa. HEX triplet: AC, D1 and 94. RGB value is (172,209,148). Sum of RGB (Red+Green+Blue) = 172+209+148=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 209 (82.03% from 255 or 39.51% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD194 is #532E6B. Grayscale: #BFBFBF. Windows color (decimal): -5451372 or 9753004. OLE color: 9753004.

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

Color convert

RGB 172 209 148 -
CMYK 0.18 0 0.29 0.18
HSL 96.39º 0.4% 0.7% -
HSV(B) 96.39º 0.29% 0.82% -
XYZ 45.16 56.51 36.54 -
YUV 190.98 103.74 114.46 -
System Red Green Blue C M Y K H S L
Decimal 172 209 148 0.18 0 0.29 0.18 96.39 0.4 0.7
Hex AC D1 94 12 0 1D 12 60 28 46
Octal 254 321 224 22 0 35 22 140 50 106
Binary 10101100 11010001 10010100 10010 0 11101 10010 1100000 101000 1000110

Color Harmonies of #ACD194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD194

Black with #ACD194

Text Example


Text Example

White with #ACD194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD194; }

 p { color: rgb(172,209,148); }

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

background-color css

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

 a { background-color: rgb(172,209,148); }

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

border-color css

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

 span { border-color: rgb(172,209,148); }

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