Html Css Color HEX #ACD995 Feijoa

📋 copy color: '#ACD995'

red 172 ◦ green 217 ◦ blue 149

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

Shades of Feijoa #ACD995

Tints of Feijoa #ACD995

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.33%

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

R = 31.97%
G = 40.33%
B = 27.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#ACD995 (or 0xACD995) is known color: Feijoa. HEX triplet: AC, D9 and 95. RGB value is (172,217,149). Sum of RGB (Red+Green+Blue) = 172+217+149=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD995 is #53266A. Grayscale: #C4C4C4. Windows color (decimal): -5449323 or 9820588. OLE color: 9820588.

HSL color Cylindrical-coordinate representation of color #ACD995: hue angle of 99.71º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACD995 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 217 149 -
CMYK 0.21 0 0.31 0.15
HSL 99.71º 0.47% 0.72% -
HSV(B) 99.71º 0.31% 0.85% -
XYZ 47.25 60.57 37.63 -
YUV 195.79 101.59 111.03 -
System Red Green Blue C M Y K H S L
Decimal 172 217 149 0.21 0 0.31 0.15 99.71 0.47 0.72
Hex AC D9 95 15 0 1F F 64 2F 48
Octal 254 331 225 25 0 37 17 144 57 110
Binary 10101100 11011001 10010101 10101 0 11111 1111 1100100 101111 1001000

Color Harmonies of #ACD995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD995

Black with #ACD995

Text Example


Text Example

White with #ACD995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD995; }

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

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

background-color css

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

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

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

border-color css

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

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

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