Html Css Color HEX #ACDC8D Feijoa

📋 copy color: '#ACDC8D'

red 172 ◦ green 220 ◦ blue 141

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

Shades of Feijoa #ACDC8D

Tints of Feijoa #ACDC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.45%

R = 32.27%
G = 41.28%
B = 26.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#ACDC8D (or 0xACDC8D) is known color: Feijoa. HEX triplet: AC, DC and 8D. RGB value is (172,220,141). Sum of RGB (Red+Green+Blue) = 172+220+141=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDC8D is #532372. Grayscale: #C4C4C4. Windows color (decimal): -5448563 or 9297068. OLE color: 9297068.

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

Color convert

RGB 172 220 141 -
CMYK 0.22 0 0.36 0.14
HSL 96.46º 0.53% 0.71% -
HSV(B) 96.46º 0.36% 0.86% -
XYZ 47.41 61.88 34.64 -
YUV 196.64 96.6 110.42 -
System Red Green Blue C M Y K H S L
Decimal 172 220 141 0.22 0 0.36 0.14 96.46 0.53 0.71
Hex AC DC 8D 16 0 24 E 60 35 47
Octal 254 334 215 26 0 44 16 140 65 107
Binary 10101100 11011100 10001101 10110 0 100100 1110 1100000 110101 1000111

Color Harmonies of #ACDC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC8D

Black with #ACDC8D

Text Example


Text Example

White with #ACDC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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