Html Css Color HEX #ACCE86 Feijoa

📋 copy color: '#ACCE86'

red 172 ◦ green 206 ◦ blue 134

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

Shades of Feijoa #ACCE86

Tints of Feijoa #ACCE86

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.23%

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

R = 33.59%
G = 40.23%
B = 26.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#ACCE86 (or 0xACCE86) is known color: Feijoa. HEX triplet: AC, CE and 86. RGB value is (172,206,134). Sum of RGB (Red+Green+Blue) = 172+206+134=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCE86 is #533179. Grayscale: #BBBBBB. Windows color (decimal): -5452154 or 8834732. OLE color: 8834732.

HSL color Cylindrical-coordinate representation of color #ACCE86: hue angle of 88.33º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACCE86 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 206 134 -
CMYK 0.17 0 0.35 0.19
HSL 88.33º 0.42% 0.67% -
HSV(B) 88.33º 0.35% 0.81% -
XYZ 43.39 54.63 30.81 -
YUV 187.63 97.74 116.85 -
System Red Green Blue C M Y K H S L
Decimal 172 206 134 0.17 0 0.35 0.19 88.33 0.42 0.67
Hex AC CE 86 11 0 23 13 58 2A 43
Octal 254 316 206 21 0 43 23 130 52 103
Binary 10101100 11001110 10000110 10001 0 100011 10011 1011000 101010 1000011

Color Harmonies of #ACCE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCE86

Black with #ACCE86

Text Example


Text Example

White with #ACCE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCE86; }

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

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

background-color css

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

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

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

border-color css

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

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

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