Html Css Color HEX #ACDA8D Feijoa

📋 copy color: '#ACDA8D'

red 172 ◦ green 218 ◦ blue 141

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

Shades of Feijoa #ACDA8D

Tints of Feijoa #ACDA8D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.05%

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

R = 32.39%
G = 41.05%
B = 26.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#ACDA8D (or 0xACDA8D) is known color: Feijoa. HEX triplet: AC, DA and 8D. RGB value is (172,218,141). Sum of RGB (Red+Green+Blue) = 172+218+141=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDA8D is #532572. Grayscale: #C3C3C3. Windows color (decimal): -5449075 or 9296556. OLE color: 9296556.

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

Color convert

RGB 172 218 141 -
CMYK 0.21 0 0.35 0.15
HSL 95.84º 0.51% 0.7% -
HSV(B) 95.84º 0.35% 0.85% -
XYZ 46.89 60.84 34.47 -
YUV 195.47 97.26 111.26 -
System Red Green Blue C M Y K H S L
Decimal 172 218 141 0.21 0 0.35 0.15 95.84 0.51 0.7
Hex AC DA 8D 15 0 23 F 60 33 46
Octal 254 332 215 25 0 43 17 140 63 106
Binary 10101100 11011010 10001101 10101 0 100011 1111 1100000 110011 1000110

Color Harmonies of #ACDA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA8D

Black with #ACDA8D

Text Example


Text Example

White with #ACDA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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