Html Css Color HEX #ACDC8B Feijoa

📋 copy color: '#ACDC8B'

red 172 ◦ green 220 ◦ blue 139

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

Shades of Feijoa #ACDC8B

Tints of Feijoa #ACDC8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.18%

R = 32.39%
G = 41.43%
B = 26.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#ACDC8B (or 0xACDC8B) is known color: Feijoa. HEX triplet: AC, DC and 8B. RGB value is (172,220,139). Sum of RGB (Red+Green+Blue) = 172+220+139=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDC8B is #532374. Grayscale: #C4C4C4. Windows color (decimal): -5448565 or 9165996. OLE color: 9165996.

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

Color convert

RGB 172 220 139 -
CMYK 0.22 0 0.37 0.14
HSL 95.56º 0.54% 0.7% -
HSV(B) 95.56º 0.37% 0.86% -
XYZ 47.27 61.82 33.87 -
YUV 196.41 95.6 110.59 -
System Red Green Blue C M Y K H S L
Decimal 172 220 139 0.22 0 0.37 0.14 95.56 0.54 0.7
Hex AC DC 8B 16 0 25 E 60 36 46
Octal 254 334 213 26 0 45 16 140 66 106
Binary 10101100 11011100 10001011 10110 0 100101 1110 1100000 110110 1000110

Color Harmonies of #ACDC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC8B

Black with #ACDC8B

Text Example


Text Example

White with #ACDC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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