Html Css Color HEX #ACD595 Feijoa

📋 copy color: '#ACD595'

red 172 ◦ green 213 ◦ blue 149

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

Shades of Feijoa #ACD595

Tints of Feijoa #ACD595

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.89%

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

R = 32.21%
G = 39.89%
B = 27.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#ACD595 (or 0xACD595) is known color: Feijoa. HEX triplet: AC, D5 and 95. RGB value is (172,213,149). Sum of RGB (Red+Green+Blue) = 172+213+149=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD595 is #532A6A. Grayscale: #C1C1C1. Windows color (decimal): -5450347 or 9819564. OLE color: 9819564.

HSL color Cylindrical-coordinate representation of color #ACD595: hue angle of 98.44º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACD595 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 213 149 -
CMYK 0.19 0 0.30 0.16
HSL 98.44º 0.43% 0.71% -
HSV(B) 98.44º 0.3% 0.84% -
XYZ 46.23 58.53 37.29 -
YUV 193.45 102.92 112.7 -
System Red Green Blue C M Y K H S L
Decimal 172 213 149 0.19 0 0.30 0.16 98.44 0.43 0.71
Hex AC D5 95 13 0 1E 10 62 2B 47
Octal 254 325 225 23 0 36 20 142 53 107
Binary 10101100 11010101 10010101 10011 0 11110 10000 1100010 101011 1000111

Color Harmonies of #ACD595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD595

Black with #ACD595

Text Example


Text Example

White with #ACD595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD595; }

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

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

background-color css

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

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

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

border-color css

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

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

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