Html Css Color HEX #ACD195 Feijoa

📋 copy color: '#ACD195'

red 172 ◦ green 209 ◦ blue 149

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

Shades of Feijoa #ACD195

Tints of Feijoa #ACD195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.11%

R = 32.45%
G = 39.43%
B = 28.11%

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

#ACD195 (or 0xACD195) is known color: Feijoa. HEX triplet: AC, D1 and 95. RGB value is (172,209,149). Sum of RGB (Red+Green+Blue) = 172+209+149=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD195 is #532E6A. Grayscale: #BFBFBF. Windows color (decimal): -5451371 or 9818540. OLE color: 9818540.

HSL color Cylindrical-coordinate representation of color #ACD195: hue angle of 97º degrees, saturation: 0.39, 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 #ACD195 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 209 149 -
CMYK 0.18 0 0.29 0.18
HSL 97º 0.39% 0.7% -
HSV(B) 97º 0.29% 0.82% -
XYZ 45.24 56.54 36.96 -
YUV 191.1 104.24 114.38 -
System Red Green Blue C M Y K H S L
Decimal 172 209 149 0.18 0 0.29 0.18 97 0.39 0.7
Hex AC D1 95 12 0 1D 12 61 27 46
Octal 254 321 225 22 0 35 22 141 47 106
Binary 10101100 11010001 10010101 10010 0 11101 10010 1100001 100111 1000110

Color Harmonies of #ACD195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD195

Black with #ACD195

Text Example


Text Example

White with #ACD195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD195; }

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

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

background-color css

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

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

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

border-color css

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

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

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