Html Css Color HEX #ACDC95 Feijoa

📋 copy color: '#ACDC95'

red 172 ◦ green 220 ◦ blue 149

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

Shades of Feijoa #ACDC95

Tints of Feijoa #ACDC95

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.67%

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

R = 31.79%
G = 40.67%
B = 27.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#ACDC95 (or 0xACDC95) is known color: Feijoa. HEX triplet: AC, DC and 95. RGB value is (172,220,149). Sum of RGB (Red+Green+Blue) = 172+220+149=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDC95 is #53236A. Grayscale: #C5C5C5. Windows color (decimal): -5448555 or 9821356. OLE color: 9821356.

HSL color Cylindrical-coordinate representation of color #ACDC95: hue angle of 100.56º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACDC95 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 220 149 -
CMYK 0.22 0 0.32 0.14
HSL 100.56º 0.5% 0.72% -
HSV(B) 100.56º 0.32% 0.86% -
XYZ 48.03 62.13 37.89 -
YUV 197.55 100.6 109.77 -
System Red Green Blue C M Y K H S L
Decimal 172 220 149 0.22 0 0.32 0.14 100.56 0.5 0.72
Hex AC DC 95 16 0 20 E 65 32 48
Octal 254 334 225 26 0 40 16 145 62 110
Binary 10101100 11011100 10010101 10110 0 100000 1110 1100101 110010 1001000

Color Harmonies of #ACDC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC95

Black with #ACDC95

Text Example


Text Example

White with #ACDC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC95; }

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

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

background-color css

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

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

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

border-color css

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

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

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