Html Css Color HEX #ACDB76 Feijoa

📋 copy color: '#ACDB76'

red 172 ◦ green 219 ◦ blue 118

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

Shades of Feijoa #ACDB76

Tints of Feijoa #ACDB76

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.03%

 BLUE value IS 118 (46.48% from 255) = 23.18%

R = 33.79%
G = 43.03%
B = 23.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#ACDB76 (or 0xACDB76) is known color: Feijoa. HEX triplet: AC, DB and 76. RGB value is (172,219,118). Sum of RGB (Red+Green+Blue) = 172+219+118=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB76 is #532489. Grayscale: #C1C1C1. Windows color (decimal): -5448842 or 7789484. OLE color: 7789484.

HSL color Cylindrical-coordinate representation of color #ACDB76: hue angle of 87.92º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACDB76 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 219 118 -
CMYK 0.21 0 0.46 0.14
HSL 87.92º 0.58% 0.66% -
HSV(B) 87.92º 0.46% 0.86% -
XYZ 45.61 60.74 26.46 -
YUV 193.43 85.43 112.71 -
System Red Green Blue C M Y K H S L
Decimal 172 219 118 0.21 0 0.46 0.14 87.92 0.58 0.66
Hex AC DB 76 15 0 2E E 58 3A 42
Octal 254 333 166 25 0 56 16 130 72 102
Binary 10101100 11011011 1110110 10101 0 101110 1110 1011000 111010 1000010

Color Harmonies of #ACDB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB76

Black with #ACDB76

Text Example


Text Example

White with #ACDB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB76; }

 p { color: rgb(172,219,118); }

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

background-color css

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

 a { background-color: rgb(172,219,118); }

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

border-color css

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

 span { border-color: rgb(172,219,118); }

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