Html Css Color HEX #ACDF8D Feijoa

📋 copy color: '#ACDF8D'

red 172 ◦ green 223 ◦ blue 141

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

Shades of Feijoa #ACDF8D

Tints of Feijoa #ACDF8D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.6%

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

R = 32.09%
G = 41.6%
B = 26.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#ACDF8D (or 0xACDF8D) is known color: Feijoa. HEX triplet: AC, DF and 8D. RGB value is (172,223,141). Sum of RGB (Red+Green+Blue) = 172+223+141=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDF8D is #532072. Grayscale: #C6C6C6. Windows color (decimal): -5447795 or 9297836. OLE color: 9297836.

HSL color Cylindrical-coordinate representation of color #ACDF8D: hue angle of 97.32º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACDF8D is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 141 -
CMYK 0.23 0 0.37 0.13
HSL 97.32º 0.56% 0.71% -
HSV(B) 97.32º 0.37% 0.87% -
XYZ 48.21 63.47 34.91 -
YUV 198.4 95.6 109.17 -
System Red Green Blue C M Y K H S L
Decimal 172 223 141 0.23 0 0.37 0.13 97.32 0.56 0.71
Hex AC DF 8D 17 0 25 D 61 38 47
Octal 254 337 215 27 0 45 15 141 70 107
Binary 10101100 11011111 10001101 10111 0 100101 1101 1100001 111000 1000111

Color Harmonies of #ACDF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF8D

Black with #ACDF8D

Text Example


Text Example

White with #ACDF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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