Html Css Color HEX #ACDE8D Feijoa

📋 copy color: '#ACDE8D'

red 172 ◦ green 222 ◦ blue 141

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

Shades of Feijoa #ACDE8D

Tints of Feijoa #ACDE8D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.5%

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

R = 32.15%
G = 41.5%
B = 26.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#ACDE8D (or 0xACDE8D) is known color: Feijoa. HEX triplet: AC, DE and 8D. RGB value is (172,222,141). Sum of RGB (Red+Green+Blue) = 172+222+141=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDE8D is #532172. Grayscale: #C6C6C6. Windows color (decimal): -5448051 or 9297580. OLE color: 9297580.

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

Color convert

RGB 172 222 141 -
CMYK 0.23 0 0.36 0.13
HSL 97.04º 0.55% 0.71% -
HSV(B) 97.04º 0.36% 0.87% -
XYZ 47.94 62.94 34.82 -
YUV 197.82 95.94 109.59 -
System Red Green Blue C M Y K H S L
Decimal 172 222 141 0.23 0 0.36 0.13 97.04 0.55 0.71
Hex AC DE 8D 17 0 24 D 61 37 47
Octal 254 336 215 27 0 44 15 141 67 107
Binary 10101100 11011110 10001101 10111 0 100100 1101 1100001 110111 1000111

Color Harmonies of #ACDE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDE8D

Black with #ACDE8D

Text Example


Text Example

White with #ACDE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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