Html Css Color HEX #ACCD86 Feijoa

📋 copy color: '#ACCD86'

red 172 ◦ green 205 ◦ blue 134

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

Shades of Feijoa #ACCD86

Tints of Feijoa #ACCD86

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.12%

 BLUE value IS 134 (52.73% from 255) = 26.22%

R = 33.66%
G = 40.12%
B = 26.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#ACCD86 (or 0xACCD86) is known color: Feijoa. HEX triplet: AC, CD and 86. RGB value is (172,205,134). Sum of RGB (Red+Green+Blue) = 172+205+134=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCD86 is #533279. Grayscale: #BBBBBB. Windows color (decimal): -5452410 or 8834476. OLE color: 8834476.

HSL color Cylindrical-coordinate representation of color #ACCD86: hue angle of 87.89º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACCD86 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 205 134 -
CMYK 0.16 0 0.35 0.20
HSL 87.89º 0.42% 0.66% -
HSV(B) 87.89º 0.35% 0.8% -
XYZ 43.15 54.15 30.73 -
YUV 187.04 98.07 117.27 -
System Red Green Blue C M Y K H S L
Decimal 172 205 134 0.16 0 0.35 0.20 87.89 0.42 0.66
Hex AC CD 86 10 0 23 14 58 2A 42
Octal 254 315 206 20 0 43 24 130 52 102
Binary 10101100 11001101 10000110 10000 0 100011 10100 1011000 101010 1000010

Color Harmonies of #ACCD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCD86

Black with #ACCD86

Text Example


Text Example

White with #ACCD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCD86; }

 p { color: rgb(172,205,134); }

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

background-color css

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

 a { background-color: rgb(172,205,134); }

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

border-color css

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

 span { border-color: rgb(172,205,134); }

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