Html Css Color HEX #ACDB78 Feijoa

📋 copy color: '#ACDB78'

red 172 ◦ green 219 ◦ blue 120

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

Shades of Feijoa #ACDB78

Tints of Feijoa #ACDB78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.48%

R = 33.66%
G = 42.86%
B = 23.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#ACDB78 (or 0xACDB78) is known color: Feijoa. HEX triplet: AC, DB and 78. RGB value is (172,219,120). Sum of RGB (Red+Green+Blue) = 172+219+120=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB78 is #532487. Grayscale: #C2C2C2. Windows color (decimal): -5448840 or 7920556. OLE color: 7920556.

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

Color convert

RGB 172 219 120 -
CMYK 0.21 0 0.45 0.14
HSL 88.48º 0.58% 0.66% -
HSV(B) 88.48º 0.45% 0.86% -
XYZ 45.73 60.79 27.09 -
YUV 193.66 86.43 112.55 -
System Red Green Blue C M Y K H S L
Decimal 172 219 120 0.21 0 0.45 0.14 88.48 0.58 0.66
Hex AC DB 78 15 0 2D E 58 3A 42
Octal 254 333 170 25 0 55 16 130 72 102
Binary 10101100 11011011 1111000 10101 0 101101 1110 1011000 111010 1000010

Color Harmonies of #ACDB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB78

Black with #ACDB78

Text Example


Text Example

White with #ACDB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB78; }

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

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

background-color css

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

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

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

border-color css

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

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

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