Html Css Color HEX #ACCE8C Feijoa

📋 copy color: '#ACCE8C'

red 172 ◦ green 206 ◦ blue 140

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

Shades of Feijoa #ACCE8C

Tints of Feijoa #ACCE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.03%

R = 33.2%
G = 39.77%
B = 27.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#ACCE8C (or 0xACCE8C) is known color: Feijoa. HEX triplet: AC, CE and 8C. RGB value is (172,206,140). Sum of RGB (Red+Green+Blue) = 172+206+140=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCE8C is #533173. Grayscale: #BCBCBC. Windows color (decimal): -5452148 or 9227948. OLE color: 9227948.

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

Color convert

RGB 172 206 140 -
CMYK 0.17 0 0.32 0.19
HSL 90.91º 0.4% 0.68% -
HSV(B) 90.91º 0.32% 0.81% -
XYZ 43.82 54.81 33.08 -
YUV 188.31 100.74 116.37 -
System Red Green Blue C M Y K H S L
Decimal 172 206 140 0.17 0 0.32 0.19 90.91 0.4 0.68
Hex AC CE 8C 11 0 20 13 5B 28 44
Octal 254 316 214 21 0 40 23 133 50 104
Binary 10101100 11001110 10001100 10001 0 100000 10011 1011011 101000 1000100

Color Harmonies of #ACCE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCE8C

Black with #ACCE8C

Text Example


Text Example

White with #ACCE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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