#ACCD8B

Color #ACCD8B Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #ACCD8B

Tints of Feijoa #ACCD8B

Color information

#ACCD8B (or 0xACCD8B) is unknown color: approx Feijoa. HEX triplet: AC, CD and 8B. RGB value is (172,205,139). Sum of RGB (Red+Green+Blue) = 172+205+139=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCD8B is #533274. Grayscale: #BBBBBB. Windows color (decimal): -5452405 or 9162156. OLE color: 9162156.

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

Color convert

RGB172205139-
CMYK0.1600.320.20
HSL90º39.76%67.45%-
HSV(B)90º32.2%80.39%-
XYZ43.554.332.61-
YUV187.61100.57116.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 205 (80.47% from 255) = 39.73%
BLUE value IS 139 (54.69% from 255) = 26.94%
R=33.33%
G=39.73%
B=26.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051390.1600.320.209039.7667.45
HexACCD8B10020145a2843
Octal254315213200402413250103
Binary1010110011001101100010111000001000001010010110101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCD8B; }

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

 H1.HeaderClassName
 {
   color: #ACCD8B;
 }
 .AnyTagClassName
 {
   color: #ACCD8B;
 }
</style>
background-color css

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

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

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

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

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

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